flet
flet copied to clipboard
flet build aab - not work. white screen after start app
Duplicate Check
- [X] I have searched the opened issues and there are no duplicates
Describe the bug
with flet build apk
the app opens and runs successfully.
but with flet build aab
starts up and shows a white screen.
each command completes successfully
Code
import flet as ft
def main(page: ft.Page):
page.add(ft.SafeArea(ft.Text("Hello, Flet!")))
ft.app(main)
To reproduce
flet build aab
Expected behavior
No response
Screenshots
flet build aab
Operating System
macOS
Operating system details
Monterey 12.7.5
Flet version
Version: 0.22.1
Regression
No, it isn't
Suggestions
No response
Additional details
No response