It brings reactive state management, declarative routing (inspired by Angular), a simple dependency injection system, and a modular project architecture — all built with a "Pythonic" mindset and keeping the Flet ecosystem in mind.
It's still early (v0.1.4.a0), and feedback is welcome. If you're using Flet or curious about Python UI frameworks, I'd love your thoughts!
Documentation link: https://alldotpy.github.io/FletX/
Einswilli•7mo ago
I shared FletX a couple days ago — it’s an open-source micro-framework that brings reactive state, DI, and modular architecture to Python UIs built with Flet. Think GetX from Flutter, but for Python.
We just released version `v0.1.4.a0`, which includes class-based controllers, Angular-style routing, a revamped CLI, and a new scalable project structure — all aiming to make serious UI development in Python more maintainable and fun.
Would love to hear your thoughts:
Have you tried Flet before?
What’s your take on bringing reactive architectures to Python frontends?
Anything you’d expect from a Python-first UI framework like this?
Open to feedback, suggestions, and collaboration.
Article: https://medium.com/@einswilligoeh/fletx-v0-1-4-a0-is-here-th...
Thanks for reading