Skip to content

ndonkoHenri/Flet_Material3_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Material showcase of the Flet python framework.

Topics

Resources

Stars

Watchers

Forks

Languages