One important thing to note is that you need to enable desktop support for flutter using the following command: flutter config --enable-windows-desktop
I have VS Studio 2022 Community + Flutter.. but I still need Android Studio Command Line Tools, in addition to Android Studio? I'd like to do a real-time Windows desktop application that gets data from the usb/serial and updates either a gauge (kdgaugeview , syncfusion_flutter_gauges ) or if not possible... a line-chart (fl_chart). If there's a flutter library that's not baked into Flet (ex. flutter_blue / FlutterBluePlus )... instead of creating a flet extension, maybe the native python equivalent could be used if it exists (ex. pybluez / PyTeslaBLE )? I imagine the code has to be specifically written to either use mobile hardware , or Windows desktop hardware (pci, usb, etc)... just doing this won't be enough: flutter config --enable-windows-desktop BTW, any plans to do more Flet content, especially in creating desktop apps vs browser web-apps ? I get confused if Flet creates desktop applications or browser-based apps, or both. For example, I thought the browser was sandboxed so access to peripherals is limited.
Hello, good evening. A few days ago, I watched a video on your channel about development using Flet. I got interested and decided to create a project myself! However, when it comes to building for APK, I encountered an issue. Despite following all the steps to build, it keeps loading indefinitely. I suspect this might be due to using the firebase-admin library (a non-native library). I would like to know if there is a specific method to successfully build the APK in this scenario. Could you please help me with this? Thank you in advance!
One important thing to note is that you need to enable desktop support for flutter using the following command:
flutter config --enable-windows-desktop
Thank you pal. When I first time launched the app, it showed only a black screen. but after I updated flet, rebuilt the app, it worked well.
I have VS Studio 2022 Community + Flutter.. but I still need Android Studio Command Line Tools, in addition to Android Studio?
I'd like to do a real-time Windows desktop application that gets data from the usb/serial and updates either a gauge (kdgaugeview , syncfusion_flutter_gauges ) or if not possible... a line-chart (fl_chart).
If there's a flutter library that's not baked into Flet (ex. flutter_blue / FlutterBluePlus )... instead of creating a flet extension, maybe the native python equivalent could be used if it exists (ex. pybluez / PyTeslaBLE )?
I imagine the code has to be specifically written to either use mobile hardware , or Windows desktop hardware (pci, usb, etc)... just doing this won't be enough:
flutter config --enable-windows-desktop
BTW, any plans to do more Flet content, especially in creating desktop apps vs browser web-apps ? I get confused if Flet creates desktop applications or browser-based apps, or both. For example, I thought the browser was sandboxed so access to peripherals is limited.
Hello, good evening. A few days ago, I watched a video on your channel about development using Flet. I got interested and decided to create a project myself! However, when it comes to building for APK, I encountered an issue. Despite following all the steps to build, it keeps loading indefinitely. I suspect this might be due to using the firebase-admin library (a non-native library). I would like to know if there is a specific method to successfully build the APK in this scenario.
Could you please help me with this?
Thank you in advance!
THANK YOUUUUUUU. IM YOUR BIGGEST FAN
Which version did you use visual studio?
hey mr django how can you make django the backend of flet frontend?
Good job!
but when flet build windows ,start so slow
Thanks!