reactive_mvvm 1.0.20
reactive_mvvm: ^1.0.20 copied to clipboard
Reactive MVVM Library that facilitates complex state scenarios especially form entry styled after bloc using RxDart.
1.0.20 April 19th, 2022 #
- Update Github address
- Update to Dart 2.16 and Flutter 2.10
1.0.17 October 4th, 2021 #
- Make save on MvvmForm FutureOr
1.0.16 October 1st, 2021 #
- Update onLoad to be FutureOr
- Add onLoad to ViewModelBuilder.
1.0.14 September 27th, 2021 #
- Add short hande ready, error etc. methods on ViewModel for emitting.
1.0.12 September 22nd, 2021 #
- Fix issue with onLoad that would cause loading of final page when it wasn't finished loading.
1.0.8 September 16th, 2021 #
- Add onLoad parameter that takes a future for loading the page. When complete the status should be set to ready or error.
1.0.7 September 10th, 2021 #
- Update to Dart 2.14
- Add linting
1.0.6 August 30, 2021 #
- Add URL Validation
1.0.5 August 26, 2021 #
- Fixed issue with email validation
1.0.4 August 10, 2021 #
- Enable localization text for validation prompts
1.0.3 August 4, 2021 #
- Removed IJsonable as not required
- Allow TextInputFields to be nullable fields
1.0.1 July 29, 2021 #
- Converted to part notation and fixed a bug.
1.0.0+1 July 26, 2021 #
- Initial Release.