A Flutter sample app that shows a state management approach using the Provider package. This is the app discussed in the Simple app state management section of flutter.dev. Here the app sets up objects it needs to track state: a catalog and a shopping cart.
flutter/samples
by
Leave a Reply