Rebuilding the Flutter version(web link, GitHub repo) using the Flet python framework.
- Install Python
- Set up and activate a virtual environment:
- Install project requirements:
pip install -r requirements.txt
- Clone this project creating your local version, move into the folder, then run the app:
- normally:
python main.py
- with hot-reload:
Reload triggers on main app file and sub folders changes as long as
flet run main.py -r
-r
(--recursive
) active. Reload does not save state of the app at time of writing.
- normally: