flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
10.4k stars 403 forks source link

[Desktop Widgets] Support for fluent_ui, gtk and macos_ui packages #2443

Open Heus-Sueh opened 6 months ago

Heus-Sueh commented 6 months ago

Please Describe The Problem To Be Solved For now, Flet only has support for widgets focused on mobile, just like Flutter, but there are third-party packages that extend this to widgets focused more on the desktop, do you plan to support them or just support the things that Flutter supports?

These packages: https://pub.dev/packages/gtk https://pub.dev/packages/fluent_ui https://pub.dev/packages/macos_ui

ndonkoHenri commented 6 months ago

Flet is already on the trip to having "platform-adaptive-controls". We started with Cupertino controls (roadmap), and we are trying to get that done first. Next step will be to have a closer look at those three packages you suggested.