Settings

Theme

Show HN: Flet – The fastest way to build Flutter apps in Python

flet.dev

4 points by appveyor 4 years ago · 2 comments

Reader

fyzix 4 years ago

Flutter is written in dart, how is python interacting with the dart vm?

  • appveyorOP 4 years ago

    Flet app written in Python works with DOM built from Python classes. This DOM is then converted to a JSON and sent to Flet client which is written in Dart. Flet client converts received JSON to Flutter widgets.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection