/flutter_cart_redux_example

is an simple example of cart with redux in flutter

Primary LanguageDart

flutter_cart_redux_example

is an simple example of cart with redux in flutter

home screen (products screen)

  • listview with products (static data)
  • you can add product item to cart

add to cart action

when you add product item to cart =>

  • automaticly cart icon is updated
  • and cart list is updated
  • button of adding to cart is disabeld

cart screen

  • View your cart list
  • you can delete item from cart list