Fleting
Fleting MVC Framework - Flet Python
Install / Use
/learn @alexyucra/FletingREADME
<p align="center">
| <a href="https://alexyucra.github.io/Fleting/">🇺🇸 English</a> |
<a href="https://alexyucra.github.io/Fleting/pt/cli/">🇧🇷 Português</a> |
<a href="https://alexyucra.github.io/Fleting/es/cli/">🇪🇸 Español</a> |
</p>
<p align="center"> <img src="../img/fleting_logo.png" width="100"/> </p>
<p align="center"> <img src="../img/fleting_logo.png" width="100"/> </p>
Fleting Framework
Fleting is an opinionated micro-framework built on top of Flet, focused on:
- Simplicity
- Clear organization
- Productivity
- Cross-platform applications (mobile, tablet, and desktop)
Ele traz uma arquitetura inspirada em MVC, com layout desacoplado, roteamento simples, i18n, responsividade automática e um CLI para geração de código.
It brings an MVC-inspired architecture with decoupled layout, simple routing, i18n, automatic responsiveness, and a CLI for code generation.
<p align="center"> <img src="docs/img/fleting.gif" width="260" /> </p>🚀 Quick Start
1. Create an isolated virtual environment
🛠️ CLI
pip install flet
pip install fleting
fleting init
fleting run
# for development
fleting create page home
flet run fleting/app.py
📚 Documentation
Complete documentation is available at:
🎯 Philosophy
O Fleting foi criado com alguns princípios claros:
1️⃣ Simplicity above all
- No unnecessary abstractions
- Explicit and easy-to-understand code
- Predictable architecture
2️⃣ Separation of responsibilities
- View → Pure UI (Flet)
- Layout → Reusable visual structure
- Controller → Business rules
- Model → Data
- Router → Navegação
- Core → Framework infrastructure
3️⃣ Mobile-first
- The global application state automatically identifies:
mobiletabletdesktop
- Layouts can dynamically react to device type
4️⃣ Native internationalization
- Simple JSON-based translation system
- Real-time language switching
- Translations accessible anywhere in the app
5️⃣ CLI as a first-class citizen
- Standardized file creation and removal
- Reduced boilerplate
- Convention > Configuration
📄 License
MIT
