GUI Applications For All Platforms with Flet in Python

preview_player
Показать описание
In this video, we learn how to build platform-independent and device-independent graphical user interface (GUI) applications, using Flet in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💼 Services 💼

🌐 Social Media & Contact 🌐
Рекомендации по теме
Комментарии
Автор

Its been cool to see Flet develop over time. Long may it continue.

Doshinkyo
Автор

Looking forward to see Flet gain some more traction!

Indently
Автор

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.

JasonDuncan
Автор

thanks a lot for the tutorial, i have been waiting for sometime like this for years

kumargautam
Автор

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

Matt-eswn
Автор

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

fabsync
Автор

Python is going deeper
That’s exciting 💪

TechWithSabri
Автор

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

mr_minepiesek
Автор

Can you build / pack a Windows executable on Linux? Or do I need to run the `flet pack <main.py>` on the target OS?
And how do I build an APK for android the same way?

daspolemon
Автор

Wow thats really cool, tank you.
Please more of this!

WahreZocker
Автор

*flet build* is available, … you don’t need to use *flet pack* anymore.
Great video btw!

benitmulindwa
Автор

Compare to QT, it's too poor. Can't create normal table, there's no abstracttablemodel, itemselectionmodel, styling for individual cells

georgiyveter
Автор

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

saschaaretzpd
Автор

thank you for sharing this tip... I need it

lpedroza
Автор

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.

bennguyen
Автор

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?

nelsonmacieira
Автор

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!

cerealport
Автор

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!

isleofdeath
Автор

what will be size of deployment package for such app ? probably size of python3 + libs :) ?

pjpodx
Автор

Would you update your Flet playlist with this one?

SiarheiAkhramenia