A template for creating RNS applications using Flet.
- Python 3.11+
- Poetry
Clone this repository and install dependencies:
git clone <your-repo-url>
cd rns-flet-app-template
poetry installpoetry run rns-flet-apppoetry run rns-flet-app-webAndroid
poetry run rns-flet-app-androidiOS
poetry run rns-flet-app-iospoetry run flet build linux # Linux
poetry run flet build windows # Windows
poetry run flet build macos # macOSpoetry run flet build apk # Android APK
poetry run flet build aab # Android App Bundle
poetry run flet build ipa # iOS app