• Stars
    star
    213
  • Rank 184,707 (Top 4 %)
  • Language
    Dart
  • Created over 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Flutter example of shopping app using Redux architecture

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.