Template for creating Flet apps for Reticulum.
Find a file
2025-11-16 01:08:52 -06:00
.github/workflows fix 2025-11-13 10:03:55 -06:00
rns_flet_app 0.1.0 2025-11-13 09:46:26 -06:00
.gitignore 0.1.0 2025-11-13 09:46:26 -06:00
main.py 0.1.0 2025-11-13 09:46:26 -06:00
Makefile add Makefile 2025-11-16 01:08:52 -06:00
poetry.lock 0.1.0 2025-11-13 09:46:26 -06:00
pyproject.toml 0.1.0 2025-11-13 09:46:26 -06:00
README.md 0.1.0 2025-11-13 09:46:26 -06:00

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