-
Notifications
You must be signed in to change notification settings - Fork 566
Building multi‐platform apps in Python powered by Flutter
the case and why it is interesting.
Why Flet? What solutions exist. What did we make another one? Problem with other frameworks: UI is not beautiful. Flutter is multi-platform by design and has a vast ecosystem of widgets and APIs. Adaptive, responsive - they all solved for us. We are not designers - we use what's made by a huge team at Google. And we make all this awesomeness available to Python developers.
Started as web framework. Fluent UI - not multi-platform, not awesome.
People like Flutter.
examples
Simple program in Flet.
How to run it as a desktop, web and on mobile.
Adaptive UI picture?
How to package.
Python is run "inside" Flutter app and Python app communicates with Flutter via JSON API.
learned, and any recommendations
Created framework.
Work with Kivy and Beeware, PEPs to make iOS/Android part of Python standard - important for our project.