Connecting to an embedded device using the Flutter SDK

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • This video is an example of how to use the Flutter custom-devices feature with a Texas Instruments AM62XX evaluation board (www.ti.com/too...) that has flutter-pi installed using the meta-flutter Yocto layer.
    The custom device configuration should work out of the box if flutter-pi was installed using the regular installation instructions. Connecting to an embedded device using the custom devices feature of the Flutter SDK will allow you to run and debug your Flutter application running on your embedded hardware from within the comfort of your IDE.
    About the host:
    Pieter is a software engineer at KDAB. He's specialized in writing Flutter applications for embedded devices.
    Subscribe to stay on top of new video releases and check out www.industrial... for more resources.
    Links mentioned in this video:
    Documentation: github.com/flu...
    Embeddders:
    1. github.com/ard...
    2. github.com/son...
    3. github.com/toy...
    Flutter meta layer: github.com/met...
    About KDAB:
    We are about 100+ people, located all around the world. Our Head Office is in Sweden and we have other offices in Germany, France, the UK, and the USA. kdab.group/con...

КОМЕНТАРІ • 7

  • @krtirtho
    @krtirtho 2 місяці тому

    Tbh, this kind of topic is something a lot of programming channels never touch. Thanks for doing this! I learned a lot

  • @manishgautam2424
    @manishgautam2424 4 місяці тому

    your new subscriber

  • @George-kg9vf
    @George-kg9vf 7 місяців тому

    Amazing thank you

  • @hoangtruong7197
    @hoangtruong7197 15 днів тому

    how to stop app?

    • @industrialflutter
      @industrialflutter  11 днів тому

      Hi,
      In order to stop the app, one can just run killall flutter-pi in the terminal.