pszklarska/flutter_shopping_cart
Redux आर्किटेक्चर का उपयोग करते हुए शॉपिंग ऐप का फ्लटर उदाहरण
- Stars
- 208
- Forks
- 49
- अंतिम पुश (UTC)
- 22 अप्रैल 2020
- प्रोजेक्ट स्थिति
- सक्रिय
भाषाएँDartRubyKotlinObjective-CSwift
उपयोग की गई निर्भरताएँ
निर्भरता सूची 8 आइटम
- 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_testडेवलपमेंट
{"sdk":"flutter"}
रैंकिंग
मूल README
यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
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.