AWS IoT | Flutter MQTT Client App for macOS - UI Part (For Newbies)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024

ความคิดเห็น • 20

  • @ThatProject
    @ThatProject  3 ปีที่แล้ว +3

    That Project's Channel - th-cam.com/users/ThatProject
    Join FB Group - facebook.com/groups/138965931539175

  • @aytunch
    @aytunch 3 ปีที่แล้ว

    superb. Flutter + iot rocks

  • @Steveshp1
    @Steveshp1 3 ปีที่แล้ว

    It is really help for me, Please more Tutorial for Flutter

  • @shanno88
    @shanno88 3 ปีที่แล้ว

    hope to see the windows version.80 percent of ppl not familiar with MacOS.

  • @kamalCode
    @kamalCode 3 ปีที่แล้ว +1

    Please FLUTTER IOT MORE TUTORIAL

  • @maxsteal1980
    @maxsteal1980 3 ปีที่แล้ว

    Bro , you are the best one i have seen , you make unconventional projects , can you just tell me what is the courses i sholud take and what programing language should i learn to be like you , or you can sum it up in that you explain your academic life in the field of computer science or embed system

    • @ThatProject
      @ThatProject  3 ปีที่แล้ว

      I'm pretty sure you can be better than me. I think it would be good to focus more on what you are interested in. Also, I hope you enjoy your school class. The basics are the most important.

    • @maxsteal1980
      @maxsteal1980 3 ปีที่แล้ว

      @@ThatProject ok , but i want a map of empded system to flow it

    • @ThatProject
      @ThatProject  3 ปีที่แล้ว

      @@maxsteal1980 Well, it's hard for me to answer exactly. Not sure but nobody can answer it easily. As you know, a lot of things are complicatedly connected. Sorry I didn't help you.

  • @notme9432
    @notme9432 ปีที่แล้ว

    Thank you, great guide. can you help me with this question "Is there a way for me to catch mqtt's disconnect and reconnect event?". For example when I disconnect network and reconnect and I need to know when mqtt is not connecting

    • @ThatProject
      @ThatProject  ปีที่แล้ว

      There is an onDisconnected callback. Isn't this callback function called when the connection is closed?

  • @sheikayubsheikaadil9178
    @sheikayubsheikaadil9178 3 ปีที่แล้ว

    Hi bro, I'm a big fan of you since your content is so helpful to develop mobile for our IOT devices and thanks a lot for that😊. And bro pls make a video on how to develop Flutter MQTT client app to publish and subscribe data through adafruit.io IOT platform, and if you make video this will be really helpful.

    • @ThatProject
      @ThatProject  3 ปีที่แล้ว +1

      I'll proceed with it if there is a good opportunity. Thanks.

  • @nadasaad2708
    @nadasaad2708 2 ปีที่แล้ว +1

    Thank you, my friend, I benefited so much you really wonderful .
    I have questions and I hope to help me.
    I have a local server and I need to turn it on and off by applying Flutter by connecting your IP address .
    There is a library help me or what I do 😭

    • @ThatProject
      @ThatProject  2 ปีที่แล้ว

      I think you need to implement the on/off function by yourself. There is no specific library for this.

    • @nadasaad2708
      @nadasaad2708 2 ปีที่แล้ว

      But this library cant connecting to my server

  • @dickboss1278
    @dickboss1278 ปีที่แล้ว

    Thank you friend....Permission to ask whether this project can be continued by adding face recognition?

    • @ThatProject
      @ThatProject  ปีที่แล้ว

      You can use it in whatever you like.

  • @gakventure
    @gakventure 2 ปีที่แล้ว

    Can u pls explain how to get(fetch) data in flutter which Im passing from esp32 to AWS IoT. I tried to modify and use ur code, but it's not working...
    In ur video what actually "MQTT Client ID" means?

    • @ThatProject
      @ThatProject  2 ปีที่แล้ว

      The MQTT Client ID is a unique string for connecting to the server. Any non-duplicate string is possible.