pmvvm 1.0.0 copy "pmvvm: ^1.0.0" to clipboard
pmvvm: ^1.0.0 copied to clipboard

outdated

A clean & simple MVVM solution for state management using Provider package.

1.0.0 #

  • Removed createNewModelOnInsert parameters of the MVVM widget.
  • Removed MVVMWidget class.
  • Handled app lifecycle state methods inside ViewModel.
  • Updated Example.
  • Updated README.
  • Updated Dependencies.

0.4.0 #

  • Added listen parameter to context.fetch<T>()
  • Updated README.

0.3.0 #

  • Added context.fetch<T>() which is equivalent to Provider.of<T>(context)
  • Updated 2 factor authentication example
  • Updated README.

0.2.2 #

  • Updated README file with extra details about StatelessView, code snippets, ..etc.

0.2.1 #

  • Added examples: counter, firebase 2-factor auth.

0.2.0 #

  • Added StatelessView widget.

0.1.2 #

  • Update dependencies flutter_hooks.

0.1.1 #

  • Fixed a bug by removing protected decorator from the ViewModel.

0.1.0 #

  • Package Deployment
72
likes
40
pub points
83%
popularity

Publisher

unverified uploader

A clean & simple MVVM solution for state management using Provider package.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_hooks, provider

More

Packages that depend on pmvvm