Skip to content

pszklarska/flutter_shopping_cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Home Screenshot TimeTravel Demo

Getting Started

For help getting started with Flutter, view our online documentation.