flet icon indicating copy to clipboard operation
flet copied to clipboard

flet build aab - not work. white screen after start app

Open Aporial opened this issue 7 months ago • 0 comments

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 image

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

Aporial avatar Jun 25 '24 08:06 Aporial