fluvvm 2.4.2 copy "fluvvm: ^2.4.2" to clipboard
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 Intent to FluvvmIntent and State to FluvvmState to mitigate name collisions with flutter/material.dart library.

  • Added a network_request_example.dart that shows how to use the NetworkRequest class.

  • Added more documentation to README.md and NetworkRequest class.

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 fireAndMap method to NetworkRequest class.
  • Updated to Dart 3

2.2.0 #

2.2.1 #

  • Removed initialState property from Viewmodel class
  • Added onBound method to Viewmodel class
  • Added onUnbind method to Viewmodel class

2.3.0 #

  • Added keepAlive to NotifiedWidget class

2.3.1 #

  • Updated dependencies

2.4.0 #

  • Added NetworkException class for more detailed error handling

2.4.1 #

  • Added BaseRequest to NetworkException class

2.4.2 #

  • Updated dependencies
2
likes
160
points
14
downloads

Publisher

verified publisherdennisaurus.dev

Weekly Downloads

Fluvvm is a lightweight library that removes some boilerplate code from your Flutter apps that is using `provider` and the `MVVM` architecture.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, provider

More

Packages that depend on fluvvm