flutter_clean_architecture 1.0.6
flutter_clean_architecture: ^1.0.6 copied to clipboard
A Flutter package that implements the Clean Architecture by Uncle Bob in Flutter. It provides Views, Controllers, Presenters, Observers, and UseCases.
1.0.6 Tuesday, August 27th, 2019 #
- Flutter v1.12.5 compatibility
- Changed onSuspending to onDetatched
1.0.5 Tuesday, August 27th, 2019 #
- Updated dependencies
1.0.4 Tuesday, August 27th, 2019 #
- Updated dependencies
1.0.3 Tuesday, July 2nd, 2019 #
- Add missing files to example
1.0.2 Thursday, May 9th, 2019 #
- Fixed documentation typos
- Changed misleading assertion messages
- Cleaned documentation
1.0.1 Tuesday, April 30th, 2019 #
- Fixed documentation typos
1.0.0 Tuesday, April 30th, 2019 #
- Added example application
- Addded documentation
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