ShoppingList
Flutter example of shopping app using Redux architecture by using flutter_redux package.
You can read more about Flutter with Redux in my article: Flutter + Redux - How to make Shopping List App?
Features
Application has some features already implemented:
- Adding items to list
- Marking items as checked
- Removing items
- Storing persistent state using shared_preferences package
- TimeTravel using flutter_redux_dev_tools package
- Fetching data from the (mocked) API
- Unit tests
Screenshots
Getting Started
For help getting started with Flutter, view our online documentation.