udf 0.0.4 udf: ^0.0.4 copied to clipboard
A package to implement a unidirectional data flow in your app.
[0.0.1] - 15-08-2020 #
- Model class to hold state
- StateProvider that can update your model
- Router to do navigation
[0.0.2] - 30-08-2020 #
- ViewNotifier to remove the dependency on the provider package
[0.0.3] - 30-08-2020 #
- Router removed arguments
- Router improved with factory method
[0.0.4] - 30-08-2020 #
- Router construction fix