← Work
clishipped
fclean
Scaffolds Flutter Clean Architecture features so you stop typing the same twelve folders.
- Role
- Author
- Language
- Python
- Started
- Last touched
- Licence
- MIT
Clean Architecture in Flutter means a predictable tree of data, domain, and presentation directories, plus the Dart boilerplate that wires them together. It is the same structure every time, which is exactly the kind of work a person should not be doing by hand.
fclean generates the feature directory and its boilerplate for whichever state management you actually use — Bloc, Cubit, Riverpod, or GetX. The tool is deliberately opinionated about layout and deliberately neutral about state, because the folder structure is the load-bearing decision and the state library is not.
Built with
- Python
- Flutter
- Dart
- Bloc
- Riverpod
- GetX