- This release adds:
- #19 Corrected but with MessageService where it would only allow one subscription.
- This release adds:
- #18 Call dispose on ViewModel objects popped off the stack..
- Added navigateAndRemoveCurrent to NavigationService
- This release adds:
- #17 Add MessageService for publish / subscribe functionality.
- This release adds:
-
#7 The NavigationService can now navigate to another viewmodel to get a return value.
-
#8 Breaking change, changes to fields and elements in a NotificationList now use the more standard Listenable class.
- This release adds:
- Correction of FieldManager indexes.
- Handle setting default of boolean for PropertyInfo
- This release adds:
- Factory methods to NotificationList.
- 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.
- This release adds:
- Fix to missing ViewHolder reference in bindings.dart
- This release adds:
- FmvvmApp class for easier bootstrapping of the framework.
- Fixes to documentation
- This release adds:
- Tweaks to the documentation
- The ability to specifically and send a parameter to a value converter
- 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
- Initial release includes:
- Dependency injection
- Data binding
- viewmodel to viewmodel navigation