mobx_provider 0.0.4 copy "mobx_provider: ^0.0.4" to clipboard
mobx_provider: ^0.0.4 copied to clipboard

package for binding the UI with your stores (viewmodels) easily , the package is inspired by filled stacks archticture pattern

[0.0.4] #

  • Fix context.read exception in providers

[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.
14
likes
40
pub points
18%
popularity

Publisher

unverified uploader

package for binding the UI with your stores (viewmodels) easily , the package is inspired by filled stacks archticture pattern

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_mobx, mobx, provider

More

Packages that depend on mobx_provider