Nice intro to flet. I had not seen it before but will be looking into it. Could we possibly get a short series of videos. Would be interested in how to better pack/deploy for iOS, Android and web. Also for web how to handle security concerns and logins , etc. Great work as always.
Fantastic video! It will be great to see a complete series on something a little bit more sophisticated with fastapi, postgresql and flet like a todoapp or a chat app...
Can you build / pack a Windows executable on Linux? Or do I need to run the `flet pack ` on the target OS? And how do I build an APK for android the same way?
Could you give me some advice on how to publish the apps I make with Flet on browsers, iOS, or Android if they are not on the same network as my Mac? Thank you.
Thanks for your Time to make this Video and provide the Information! Thumbs up. One Question: How does it work to make a standalone for iOS ? if you pack your app on MacOS you get a .dmg and the file doesn't work on iOS if i get it right. Thanks for your Answer Greats from Germany
Greetings. I direly need to integrate a custom flutter class as a flet element. Any idea how I can do this? Or in general how to include flutter/dart components such as the Timer. Thanks for help!
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.
hi thankyou so much for the video. I want to create web apps that are platform independent. i need a few more details on creating the apps and where you are putting them so that they can be accessible from the internet, could you help me with that thanks Mary
6 months later .... I came back to your video and my questions are answered. Flet on m android now picks up all the Flet apps that I wrote for my smart phone. Many thanks for the video.
Well i think that is really slow in web side development, like if you type flet publish my_app it gave static web site but it's seriously slower than i expect (It is probably because of the server) or when you have too many components at the same time it just takes infinite time while waiting for the load the website
Yo llevo usando flet algunos meses y para desarrollar literalmente en 2 horas ya tengo aplicaciones muy bonitas con modo oscuro responsive y bonitas y algo que con kivy se ven algo feo, creo que porque está basado en Flutter. Además de que es facil generar ejecutable. No pesa tanto por así decirlo. A mí si me gustó como herramienta principal para desarrollo de apps desktop, para móvil igual pero tiene limitantes aún.
@@Eduardo-ug9uiI believe that Flet is the best Python framework for creating visually appealing graphical user interfaces. And as if that weren't enough, it's also cross-platform. We can understand its limitations given its youth, but despite this, it's the best option for us Python developers
I can make advanced level python tkinter software. But i don’t know how to publish them on any platform or how can i earn from this. Please make video on this.
@@lajos9134 You are absolutely right. But we cannot just give or upload all the folders or required files (for tkinter like images or audio files) in a single exe and expect the client to download it. Also windows defender will detect it as a virus. So best way is to compile python file using pyinstallet and then make a setup file.
isn't it kind of pointless to use this for iphone/android if you have to go into the flet app on your phone to run it? Unless you are just using it for testing purposes before deploying it to the iphone/google stores.
Its been cool to see Flet develop over time. Long may it continue.
Looking forward to see Flet gain some more traction!
thanks a lot for the tutorial, i have been waiting for sometime like this for years
Nice intro to flet. I had not seen it before but will be looking into it. Could we possibly get a short series of videos. Would be interested in how to better pack/deploy for iOS, Android and web. Also for web how to handle security concerns and logins , etc. Great work as always.
Flet app for Android and IOS is more for testing purposes, yesterday ( 30 december 2023 ) flet build command was added to build app for all platforms
Make full course for this library ❤
Flet is so close to greatness, hope its growth continues. With the pace that things are moving nowadays, we might see something production grade yet
Fantastic video! It will be great to see a complete series on something a little bit more sophisticated with fastapi, postgresql and flet like a todoapp or a chat app...
Can you build / pack a Windows executable on Linux? Or do I need to run the `flet pack ` on the target OS?
And how do I build an APK for android the same way?
really best video to end 2023 with
Python is going deeper
That’s exciting 💪
Compare to QT, it's too poor. Can't create normal table, there's no abstracttablemodel, itemselectionmodel, styling for individual cells
Yes, and they all look the same, so it's not native. Qt delivers a native look and feel for each target platform.
Could you give me some advice on how to publish the apps I make with Flet on browsers, iOS, or Android if they are not on the same network as my Mac? Thank you.
Wow thats really cool, tank you.
Please more of this!
Exactly, what I want to learn
Thanks for your Time to make this Video and provide the Information! Thumbs up.
One Question: How does it work to make a standalone for iOS ? if you pack your app on MacOS you get a .dmg and the file doesn't work on iOS if i get it right.
Thanks for your Answer
Greats from Germany
Greetings. I direly need to integrate a custom flutter class as a flet element. Any idea how I can do this? Or in general how to include flutter/dart components such as the Timer. Thanks for help!
what will be size of deployment package for such app ? probably size of python3 + libs :) ?
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.
Can i use libraries like pandas, plotly and show data & plots?
hi thankyou so much for the video. I want to create web apps that are platform independent. i need a few more details on creating the apps and where you are putting them so that they can be accessible from the internet, could you help me with that thanks Mary
6 months later .... I came back to your video and my questions are answered. Flet on m android now picks up all the Flet apps that I wrote for my smart phone. Many thanks for the video.
Great Video.
Can i deploy it on windows to run it in a Raspberry Pi5? Will i be able to use openCV, tkinter and pyautogui with flet?
Is there a drag and drop designer for flet ? It would be great if there is
Would you update your Flet playlist with this one?
thank you for sharing this tip... I need it
I used it, it worked on the local window system well, but Not worked on VPS hosting. Any update on this.
What IDE is that, it's already open when he starts using it. Text is a bit small and the colours aren't contrasty enough. Plus he goes too fast.
Pycharm
Downloading and running arbitrary apps from the web. What could possibly go wrong? 😅
*flet build* is available,… you don’t need to use *flet pack* anymore.
Great video btw!
Looks very interesting. Would it be possible to create an app that uses a phone camera and a bar-code reader for iOS\Android using it?
which ide are you using
I been waiting for this
Make a video please for how you can package the app for android or iphone.
i appreciate the content, but please what is it with code youtubers and noisy keyboards and heavy typing? I have to switch off....
Great video. Thanks
Well i think that is really slow in web side development, like if you type flet publish my_app it gave static web site but it's seriously slower than i expect (It is probably because of the server) or when you have too many components at the same time it just takes infinite time while waiting for the load the website
Also i think beeware is better rn
I was considering building a small app that uses matplotlib plots with a TKInter GUI, but maybe Flet could also do the job... thanks for sharing!
Then what did you you choose? Have you embedded Matplotlib with Flet???
Support tray icon ? Change title ? Change icon app ?
Is there anyone with experience in Flet and Kivy? Which one is better?
Yo llevo usando flet algunos meses y para desarrollar literalmente en 2 horas ya tengo aplicaciones muy bonitas con modo oscuro responsive y bonitas y algo que con kivy se ven algo feo, creo que porque está basado en Flutter. Además de que es facil generar ejecutable. No pesa tanto por así decirlo. A mí si me gustó como herramienta principal para desarrollo de apps desktop, para móvil igual pero tiene limitantes aún.
@@Eduardo-ug9uiI believe that Flet is the best Python framework for creating visually appealing graphical user interfaces. And as if that weren't enough, it's also cross-platform. We can understand its limitations given its youth, but despite this, it's the best option for us Python developers
I really needed how to use 5his. But hoe to convert it into APK
Is Python fluent fleet?
I can make advanced level python tkinter software. But i don’t know how to publish them on any platform or how can i earn from this. Please make video on this.
There is a video for that on python simplified TH-cam channel.
With pyinstaller. But that will make an executable. Will not run in a browser etc... Thanks for Neuralnine for this info.
@@lajos9134 You are absolutely right. But we cannot just give or upload all the folders or required files (for tkinter like images or audio files) in a single exe and expect the client to download it. Also windows defender will detect it as a virus. So best way is to compile python file using pyinstallet and then make a setup file.
@@sw-code6027 give me the video link.
Nice I needed this
But how can it be converted into apk?
isn't it kind of pointless to use this for iphone/android if you have to go into the flet app on your phone to run it? Unless you are just using it for testing purposes before deploying it to the iphone/google stores.
Flet is on early development, but they have a roadmap and they want to have the possibility to compile Flet projects into stand-alone apps
How convert foe android
Cool! Thanks
Now exists Flet build command on cli
amaying, thanks
thanks very usefull
Interesting
sick
❤
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑
How we convert flet app to apk?
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑
How we convert flet app to apk?
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑
How we convert flet app to apk?
flet build apk
@@mr_minepiesek it's working?.... I can't find in document about this.
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑
How we convert flet app to apk?