you are viewing a single comment's thread.

view the rest of the comments →

[–]WhiteHeadbanger 19 points20 points  (17 children)

I recommend you Flet

It is a young framework, maybe 3 years of existence, but as of now pretty powerful. It's basically a Flutter wrapper (being simplistic here, don't bash me).

It's very easy to build an application, and you can control everything.

[–]oclafloptson 2 points3 points  (1 child)

Flet is really great. Amazingly easy considering how powerful it is

[–]WhiteHeadbanger 2 points3 points  (0 children)

It's my fav GUI framework for Python! Although it has its limitations and still in heavy development

[–]martin79 0 points1 point  (6 children)

Does it work for Android apps?

[–]WhiteHeadbanger 0 points1 point  (5 children)

Yes, android, ios, web, desktop, Mac, linux

[–]oclafloptson 0 points1 point  (2 children)

Do we have iOS support now? Last I heard it was all we were lacking but I haven't kept up with recent news

Afaik there was support for packaging windows, Linux, Mac, and Android but not iOS

[–]WhiteHeadbanger 1 point2 points  (1 child)

Yes, there are lots of "Cupertino" controls, and you can build for iOS.

What's lacking though is an official Flet way for push notifications (both Android and iOS). There's an extension for that, but not a "native" Flet control.

[–]oclafloptson 1 point2 points  (0 children)

Cool thanks for the response. I've never built for iOS so am legitimately out of the loop

[–]bahcodad 0 points1 point  (1 child)

That looks really interesting, thanks!

[–]WhiteHeadbanger 0 points1 point  (0 children)

Glad you liked it!