mobx_provider 0.0.3+1 mobx_provider: ^0.0.3+1 copied to clipboard
package for binding the UI with your stores (viewmodels) easily , the package is inspired by filled stacks archticture pattern
[0.0.3+1] #
- made some minor modification in example to ahcieve the standards of dartfmt
- update readme file
[0.0.3] #
- update depencencies
- Fix MobxStatefulProvider exception on dispose , Thanks to wbemanuel
- change from [Provider.of(context)] to [Context.read()] and [Context.watch()]
- now the package depends on the latest version of [mobx] [1.2.1+1],[flutter_mobx] [1.1.0+1] and [provider] [4.3.1]
[0.0.2+1] #
- updated dependencies
[0.0.2] #
- change [MobxStatefulProvider] to [MobxStatefulObserver]
- change [MobxStatelessProvider] to [MobxStatelessObserver]
- add [MobxStatefulProvider] which provides the store to its children from the [Provider] package
- add [MobxWidgetProvider] which observes the state of the store which is provided from [Provider] packge
[0.0.1+1] - add export statement #
- add missing export statement
- added example folder
- improve reamde file
[0.0.1] - TODO: Add release date. #
- TODO: Describe initial release.