mvcprovider 1.0.4
mvcprovider: ^1.0.4 copied to clipboard
The simplest and cleanest way to implement an MVC 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