Run as a desktop app:
uv run flet runRun as a web app:
uv run flet run --webFor more details on running the app, refer to the Getting Started Guide.
flet build apk -vFor more details on building and signing .apk or .aab, refer to the Android Packaging Guide.
flet build ipa -vFor more details on building and signing .ipa, refer to the iOS Packaging Guide.
flet build macos -vFor more details on building macOS package, refer to the macOS Packaging Guide.
flet build linux -vFor more details on building Linux package, refer to the Linux Packaging Guide.
flet build windows -vFor more details on building Windows package, refer to the Windows Packaging Guide.
flet build web -vFor more details on building Web app, refer to the Web Packaging Guide.