mvcprovider 1.0.6
mvcprovider: ^1.0.6 copied to clipboard
Simple, sexy and clean sugar syntax to implement an MVC pattern architecture in Flutter with the Provider package.
1.0.0 03-14-2020 #
First release
1.0.1 03-14-2020 #
Fixed dart warnings and added an example folder with an example :)
1.0.2 03-14-2020 #
Ran flutter lib/mvcprovider.dart
1.0.3 03-14-2020 #
Replaced module's root widget Material by a widget Container
1.0.4 03-15-2020 #
Removed View's "StatelessWidget extends" in order to use it as a mixin and so permit to use it with StatefulWidgets if needed
1.0.5 06-10-2020 #
Updated sample doc Added getters for model and ctrl properties in the View mixin in order use it while extending from a StatelessWidget without the "immutable class with non final fields" warning
1.0.6 06-30-2020 #
Little refacto And added ability to add declare new providers at module level with "providers" property in addition to the "dependencies" property which have been designed to inject already declared providers