Y
Hacker News
new
|
ask
|
show
|
jobs
by
fyzix
1482 days ago
Flutter is written in dart, how is python interacting with the dart vm?
1 comments
appveyor
1482 days 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.
link