mvvm_builder 1.0.8+2 mvvm_builder: ^1.0.8+2 copied to clipboard
A widget builder to use MVVM design pattern. Force Split code of view / component and help you manage component refresh state.
1.0.8+2 #
- Presenter will no longer crash if call refreshView with a mockedView
1.0.8 #
- adding presenter getter for MVVMPage in order to test
- adding Key to MVVMPage
1.0.7+4 #
- fix documentation
1.0.7+3 #
- fix kotlin version to 1.3.10
1.0.7+2 #
- fix build error on iOS : ld: symbol(s) not found for architecture arm64
1.0.7+1 #
- fix build error on iOS : ld: symbol(s) not found for architecture arm64
1.0.7 #
- update to swift 5
1.0.6 #
- fix ios import swift file
1.0.5 #
- fix pod swift version in podspec
1.0.4 #
- fix pod swift version to => config.build_settings['SWIFT_VERSION'] = '4.2'
1.0.3 #
- _MVVMContentState now call super.dispose first
1.0.2 #
- kotlin_version is now '1.3.0'
1.0.1 #
- Fix formatting i18N
- fix pubspec descrption, removed author
1.0.0 #
- Fix formatting
- Removed deprecated method inheritFromWidgetOfExactType from presenter_builder
0.0.1 #
- First version : Creates a MMVMPage with MVVM design pattern