/Flet_Material3_Demo

Material showcase of the Flet python framework.

Primary LanguagePython

Flet Material3 Demo

Rebuilding the Flutter version(web link, GitHub repo) using the Flet python framework.

Getting Started

  • 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:
      flet run main.py -r
      
      Reload triggers on main app file and sub folders changes as long as -r (--recursive) active. Reload does not save state of the app at time of writing.