Back to Flet

{{ cookiecutter.app_display_name }} app

sdk/python/templates/app/app/{{cookiecutter.out_dir}}/README.md

0.85.21.3 KB
Original Source

{{ cookiecutter.app_display_name }} app

Run the app

uv

Run as a desktop app:

bash
uv run flet run

Run as a web app:

bash
uv run flet run --web

For more details on running the app, refer to the Getting Started Guide.

Build the app

Android

bash
flet build apk -v

For more details on building and signing .apk or .aab, refer to the Android Packaging Guide.

iOS

bash
flet build ipa -v

For more details on building and signing .ipa, refer to the iOS Packaging Guide.

macOS

bash
flet build macos -v

For more details on building macOS package, refer to the macOS Packaging Guide.

Linux

bash
flet build linux -v

For more details on building Linux package, refer to the Linux Packaging Guide.

Windows

bash
flet build windows -v

For more details on building Windows package, refer to the Windows Packaging Guide.

Web

bash
flet build web -v

For more details on building Web app, refer to the Web Packaging Guide.