Skip to content

CLI to create app

To start a project with Flet-Easy provides a cli to facilitate the construction of an app.

App structure

Structure main

FletEasy


Which can be scaled to an app with higher requirements such as a design pattern based on MVC.

Example structure MVC

FletEasy

CLI

Remember to install FletEasy first.
pip install flet-easy[all]

Note

If you use the fs cli, it is important to have git installed.

fs init

🎬 Demo

github

FletEasy