mirror of
https://github.com/Sudo-Ivan/RNS-Flet-App-Template.git
synced 2025-11-23 07:41:11 +00:00
Template for creating Flet apps for Reticulum.
| .github/workflows | ||
| rns_flet_app | ||
| .gitignore | ||
| main.py | ||
| Makefile | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
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