master
RNS Flet App Template
A template for creating RNS applications using Flet.
Requirements
- Python 3.11+
- Poetry
Installation
Clone this repository and install dependencies:
git clone <your-repo-url>
cd rns-flet-app-template
poetry install
Usage
Desktop
poetry run rns-flet-app
Web
poetry run rns-flet-app-web
Mobile
Android
poetry run rns-flet-app-android
iOS
poetry run rns-flet-app-ios
Building
Desktop Applications
poetry run flet build linux # Linux
poetry run flet build windows # Windows
poetry run flet build macos # macOS
Mobile Applications
poetry run flet build apk # Android APK
poetry run flet build aab # Android App Bundle
poetry run flet build ipa # iOS app
Languages
Python
99%
Makefile
1%