fix
2025-11-13 10:03:55 -06:00
2025-11-13 09:46:26 -06:00
2025-11-13 09:46:26 -06:00
2025-11-13 09:46:26 -06:00
2025-11-16 01:08:52 -06:00
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
Description
No description provided
Readme 111 KiB
Languages
Python 99%
Makefile 1%