Skip to content

Sudo-Ivan/RNS-Flet-App-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Template for creating Flet apps for Reticulum.

Topics

Resources

Stars

Watchers

Forks