logoalt Hacker News

Flet 1.0 – Build cross-platform apps in Python

82 pointsby absqueuedyesterday at 8:44 PM39 commentsview on HN

Comments

bnchrchyesterday at 11:29 PM

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.

show 4 replies
pietzyesterday at 11:10 PM

Using a to-do list app as the first example to advertise a new app framework is absolutely wild in Q3 2026.

show 5 replies
40fourtoday at 2:25 AM

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.

PostOncetoday at 1:38 AM

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.

ricardobeattoday at 12:21 AM

Is there a downloadable sample somewhere? Would like to see how large a native build is.

show 1 reply
bobajeffyesterday at 9:07 PM

Interesting, looks like this is a framework built on Flutter.

show 1 reply
skeledrewtoday at 1:24 AM

Loving it. Been using in projects for a while now.

xiaohanyutoday at 12:48 AM

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?

show 1 reply
bjordyesterday at 11:51 PM

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.

show 2 replies
claytongulickyesterday at 10:12 PM

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.

show 1 reply
t3rtoday at 3:56 AM

[dead]

Wren_opstoday at 2:25 AM

[dead]

tamimioyesterday at 11:34 PM

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

show 5 replies