Skip to content

Installation

System Requirements

  • Python: 3.9 or higher (✨ Enhanced support in v0.3.0)
  • Flet: 0.21.0 or higher (required dependency)
  • Operating Systems: Windows, macOS, Linux, iOS, Android, Web

Dependency Changes

Since version 0.1.3, Flet must be installed separately. This allows better version control and reduces package size.

Quick Installation

Installs Flet-Easy with all features including JWT support and CLI tools:

# Install with all features
pip install flet-easy[all] --upgrade

Option 2: Basic Installation

Minimal installation for basic functionality:

# Install Flet first
pip install flet>=0.21.0

# Then install Flet-Easy
pip install flet-easy

Ways to install

Available from version 0.2.4

Flet-Easy provides several ways to install. This allows you to use dependencies that must be used, avoiding unnecessary things when building your application, allowing better control.

Install Flet-Easy Complete

Note

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

Installs all the dependencies to use, you can use all the functionalities provided by Flet-Easy

pip install flet-easy[all]

Install clean Flet-Easy

Requires installation of Flet >= 0.21.

pip install flet>=0.21

If you do not use: [CLI-to-create-app]

pip install flet-easy

Install Flet-Easy if you need to use [Basic-JWT]

pip install flet-easy[JWT]