fmvvm 0.9.0
fmvvm: ^0.9.0 copied to clipboard
An mvvm framework for Flutter. This is intended to easily create a formal application architecture.
0.9.0 5/15/2019. #
- This release adds:
- There is a breaking change for how the data binding works to make it much more inline with Flutter designs. This release has added a new BindingWidget.
0.8.4 5/14/2019. #
- This release adds:
- Fix to missing ViewHolder reference in bindings.dart
0.8.3 5/14/2019. #
- This release adds:
- FmvvmApp class for easier bootstrapping of the framework.
- Fixes to documentation
0.8.2 5/13/2019. #
- This release adds:
- Tweaks to the documentation
- The ability to specifiy and send a parameter to a value converter
0.8.1 5/12/2019. #
- This release adds:
- notificationList for binding to lists
- Allowed Stateful and Stateless widgets to bind to and BindableBase object, not just viewModels
- Clean up project
- Add list samples
0.8.0 5/11/2019. #
- Initial release includes:
- Dependency injection
- Data binding
- viewmodel to viewmodel navigation