hagar2m / flutter_cart_redux_example

is an simple example of cart with redux in flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

is an simple example of cart with redux in flutter


Languages

Language:Dart 89.5%Language:Objective-C 7.0%Language:Java 3.5%