fluvvm 2.4.2
fluvvm: ^2.4.2 copied to clipboard
Fluvvm is a lightweight library that removes some boilerplate code from your Flutter apps that is using `provider` and the `MVVM` architecture.
Changelog #
1.0.0 #
Initial release
1.0.1 #
Updated desciption in pubspec.yaml
1.0.2 #
Added more documentation
2.0.0 BREAKING CHANGES #
-
Renamed
IntenttoFluvvmIntentandStatetoFluvvmStateto mitigate name collisions withflutter/material.dartlibrary. -
Added a
network_request_example.dartthat shows how to use theNetworkRequestclass. -
Added more documentation to
README.mdandNetworkRequestclass.
2.0.1 #
Updated README.md to reflect changes in version 2.0.0 that got lost in translation. 🤦
2.0.2 #
Made NetworkRequestError accessible by importing fluvvm/fluvvm.dart.
2.0.3 #
Corrected a stupid spelling mistake on a pretty important class... 🤫
2.1.0 #
- Added
fireAndMapmethod toNetworkRequestclass. - Updated to Dart 3
2.2.0 #
- Added
initialStateproperty toViewmodelclass - Updated documentation with the new Dart 3 Switch expressions
2.2.1 #
- Removed
initialStateproperty fromViewmodelclass - Added
onBoundmethod toViewmodelclass - Added
onUnbindmethod toViewmodelclass
2.3.0 #
- Added
keepAlivetoNotifiedWidgetclass
2.3.1 #
- Updated dependencies
2.4.0 #
- Added
NetworkExceptionclass for more detailed error handling
2.4.1 #
- Added
BaseRequesttoNetworkExceptionclass
2.4.2 #
- Updated dependencies