pszklarska/flutter_shopping_cart
Flutter example of shopping app using Redux architecture
- Stars
- 208
- Forks
- 49
- Last push (UTC)
- Apr 22, 2020
- Project status
- Active
LanguagesDartRubyKotlinObjective-CSwift
Dependencies used
Dependency list 8 items
- flutter
{"sdk":"flutter"} - flutter_redux
^0.5.4 - flutter_redux_dev_tools
^0.3.0 - shared_preferences
^0.5.4+5 - cupertino_icons
^0.1.2 - equatable
^0.6.1 - mockito
^4.1.1 - flutter_testDevelopment
{"sdk":"flutter"}
Rankings
Original README
English project snapshot. Visit GitHub for the latest content.
Expand / collapse project README
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:
- [X] Adding items to list
- [X] Marking items as checked
- [X] Removing items
- [X] Storing persistent state using shared_preferences package
- [X] TimeTravel using flutter_redux_dev_tools package
- [X] Fetching data from the (mocked) API
- [X] Unit tests
Screenshots
Home Screenshot TimeTravel Demo
Getting Started
For help getting started with Flutter, view our online documentation.