Skip to content

A Flutter sample app that shows a state management approach using the Provider package.

Notifications You must be signed in to change notification settings

impactpractise/shopping_statemanagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A shopping application using the provider package

This Flutter sample app shows a state management approach using the Provider package. Learn more in the docs: https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple#our-example-

Goals for this sample

  • Show simple use of Provider for providing an immutable value to a subtree
  • Illustrate a simple state management approach using the ChangeNotifier class
  • Show use of ProxyProvider for provided objects that depend on other provided objects

About

A Flutter sample app that shows a state management approach using the Provider package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published