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

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • In this video, I'm going to talk about creating a desktop app for macOS using Flutter.
    If you're familiar with Flutter, you don't need this video. I recommend it to those who started Flutter for the first time.
    [Flutter macOS install]
    flutter.dev/do...
    [Project Github]
    github.com/001...
    #Flutter #MacOS #MQTTCLIENT #ESP32CAM #AWSIoT #EC2 #ThatProject

Комментарии • 20

  • @ThatProject
    @ThatProject  3 года назад +3

    That Project's Channel - ruclips.net/user/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

  • @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.

  • @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.

  • @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

  • @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.

  • @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?

  • @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.