flutter_clean_architecture 0.0.1
flutter_clean_architecture: ^0.0.1 copied to clipboard
A Flutter package that implements the Clean Architecture by Uncle Bob in Flutter. It provides classes that can be extended and used as Views, Controllers, Presenters, Observers, and UseCases. The rest [...]
0.0.1 Tuesday, April 30th, 2019 #
- Implementation of the Clean Architecture by Uncle Bob in Flutter Library
- View class
- Controller class
- Presenter class
- UseCase class
- Observer class
- Can be used to set up a Flutter project using the Clean Architecture