fluvvm 0.0.0 fluvvm: ^0.0.0 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 #
Version 1.0.0 #
Initial release
Version 1.0.1 #
Updated desciption in pubspec.yaml
Version 1.0.2 #
Added more documentation
Version 2.0.0 BREAKING CHANGES #
-
Renamed
Intent
toFluvvmIntent
andState
toFluvvmState
to mitigate name collisions withflutter/material.dart
library. -
Added a
network_request_example.dart
that shows how to use theNetworkRequest
class. -
Added more documentation to
README.md
andNetworkRequest
class.
Version 2.0.1 #
Updated README.md to reflect changes in version 2.0.0 that got lost in translation. 🤦
Version 2.0.2 #
Made NetworkRequestError
accessible by importing fluvvm/fluvvm.dart
.
Version 2.0.3 #
Corrected a stupid spelling mistake on a pretty important class... 🤫
Version 2.1.0 #
- Added
fireAndMap
method toNetworkRequest
class. - Updated to Dart 3
Version 2.2.0 #
- Added
initialState
property toViewmodel
class - Updated documentation with the new Dart 3 Switch expressions
Version 2.2.1 #
- Removed
initialState
property fromViewmodel
class - Added
onBound
method toViewmodel
class - Added
onUnbind
method toViewmodel
class
Version 2.3.0 #
- Added
keepAlive
toNotifiedWidget
class