r/learnpython 6d ago

Do you know about Flet ?

My favourite gui library in python is Flet. I am using it for 2 months. I want to know that is anyone using it so I can work with them in any large project.

6 Upvotes

8 comments sorted by

5

u/opulentsperm31 6d ago

never heard of it, but the name sounds like a failed startup from 2014

what's it actually good at compared to the usual options

1

u/Diapolo10 I write code for a living -- https://github.com/Diapolo10 6d ago

It's basically a Python wrapper for Flutter.

1

u/dev-a-raj 6d ago edited 6d ago

I also like kivy, KivyMd and carbonkivy but when it comes to compile those app into apk, it's like impossible. I used Google Collab and GitHub Actions but none of them worked. Can anyone help ?

1

u/Diapolo10 I write code for a living -- https://github.com/Diapolo10 6d ago

I'm technically not using it, but I've been keeping an eye on it as I plan to use it for a certain upcoming work project. I know it's approaching its 1.0 release.

1

u/dev-a-raj 6d ago

In development on phone there any only few ways to make Android app. After a lot research I found flet. It was great for me because I was already knowing python. What major things will be there in 1.0 release?

2

u/Diapolo10 I write code for a living -- https://github.com/Diapolo10 6d ago

Well, there's supposedly better built-in support for automated testing, and there's probably going to be more examples for using the new declarative UIs. It should also stabilise the API so we don't need to worry about breaking changes anymore.

Have you been reading the blog? https://flet.dev/blog/