Flet 1.0 – Build cross-platform apps in Python
absqueued
88 points
41 comments
September 17, 2026
Related Discussions
Found 5 related stories in 71.2ms across 7,105 title embeddings via pgvector HNSW
- fx :Tiny, open, native coding agent. handfuloflight · 88 pts · August 18, 2026 · 41% similar
- Develop Cross-Platform CLI and GUI Tools with Tcl/Tk aryonoco · 86 pts · August 31, 2026 · 41% similar
- Flux 3 ThouYS · 554 pts · July 24, 2026 · 41% similar
- Freya 0.4 – Rust GUI library birdculture · 13 pts · July 18, 2026 · 40% similar
- Rune 1.1: adds Python, an Emacs editor, a symbol index and is now free ernestrc · 71 pts · July 30, 2026 · 39% similar
Discussion Highlights (12 comments)
bobajeff
Interesting, looks like this is a framework built on Flutter.
claytongulick
Looks really interesting, but I notice that Bluetooth isn't in the supported services. Sort of limits how useful it would be for me - Bluetooth is one of the only reasons I'd do a native app instead of PWA.
pietz
Using a to-do list app as the first example to advertise a new app framework is absolutely wild in Q3 2026.
bnchrch
Python needs to be in less places not more. I believe Python has done more harm than good to the industry. Its by nature very inefficient, it leads you in the direction to some very poor abstractions (inheritance, monkey patching, mixins etc) and as a result code that is very prone to subtle bugs and issues. It deserves all the love it gets as an approachable language, but it deserves a lot more flack for everything else.
tamimio
Please no, python should be deprecated at this age, especially in the era of llm, horrible language from the performance to the dependencies to everything, can’t believe it got popular over perl back in the day
bjord
kivy, which does the same thing, has been around for over 10 years. I built my thesis in it a few years ago. not recommended—too many limitations and build issues in practice. given that this one is less mature...I'm not optimistic.
ricardobeat
Is there a downloadable sample somewhere? Would like to see how large a native build is.
xiaohanyu
Is this build on top of flutter? And for web, does it generate plain HTML/CSS, the DOM tree, or just generate everything in a canvas?
skeledrew
Loving it. Been using in projects for a while now.
PostOnce
Choosing to build an application around a framework whose top contributors are Claude and Copilot may have catastrophic consequences for your project, especially if it's a business.
40four
I built a few Kivy apps years ago at an old job. It was a little clunky, but it got the job done. Haven’t heard of this framework yet, I wonder how compares in developer experience? Anyone have any experience with it? The problem is I don’t want to use Python for everything that bad. If I’m going to reach for a cross platform toolkit these days, I’m personally going to reach for Tauri. Could be useful if you’re really married to Python I suppose.
ChrisChou
My personal stance on this type of UI framework is that I won't waste my time on it unless I see it being used in mature, large-scale applications. Complex software often involves dealing with obscure edge cases; you certainly wouldn't want to spend a huge amount of time building an app, only to discover that the framework itself has serious flaws that make it impossible to proceed.