easy_mvvm 0.0.10
easy_mvvm: ^0.0.10 copied to clipboard
An easy mvvm solution that includes ways to manage routes, views, viewmodels, and the mvvm architecture
0.0.10 #
- Updated dependencies
- Reformatted the README to improve readability and structure.
0.0.9 #
- Updated dependencies
- Added
removePopScopeas part ofEasyViewsoPopScopeis removed from theWidgettree and enables the ability to add a custom one for more control
0.0.8 #
- Deprecated
ViewModel, useEasyViewModelinstead. - Deprecated
View, useEasyViewinstead. - Updated create view command with
EasyViewandEasyViewModel - Updated create view command with
super.keyinstead of the namedKey?parameter in the constructor - Added command to check the version of
easy_mvvminstalled - Removed
onWillPopfromEasyViewin favor ofcanPopandonPopInvoked - Updated dependencies
0.0.7 #
- Fixed compatibility with the url_strategy package
- Updated creating a view model with
as mvvmto make sure the classViewwithin this package doesn't collide with the flutter class - Updated dependencies
0.0.6 #
- Change the page width for dart formatter when creating new views
0.0.5 #
- Updated creating a view with
as mvvmto make sure the classViewdoesn't collide with the flutter class
0.0.4 #
- App default transition for iOS devices
0.0.3-1 #
- Updated README
0.0.3 #
- Added transition background
- Updated README
0.0.2 #
- Commands to create services, views, and init mvvm project
0.0.1+1 #
- Replaced View.buildView to View.build for readability of code
0.0.1 #
- Initial release