flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://api.flutter.dev/flutter/material/Drawer-class.html
https://github.com/Baseflow/flutter_wizard
https://github.com/flutter/flutter/issues/100592 https://docs.flutter.dev/cookbook/testing/integration/introduction https://api.flutter.dev/flutter/flutter_test/WidgetTester-class.html https://aschilken.medium.com/flutter-widget-and-integration-tests-some-surprises-about-timeouts-and-durations-3c1aae94b608 https://github.com/flutter/flutter/issues/20907#issuecomment-557634184
### Discussed in https://github.com/flet-dev/flet/discussions/72 ## Problem It is currently impossible to call `async` method from Flet event handlers. They are synchronous functions run in separate threads. This limitation requires to...
Useful materials: * https://github.com/Clancey/simple_auth * https://auth0.com/blog/get-started-with-flutter-authentication/ * https://pub.dev/packages/flutter_appauth * https://codelabs.developers.google.com/codelabs/flutter-github-client * Ability to specify scopes and pass token to a Python code