项目作者: bolagadalla

项目描述 :
Using Flutter framework to build a shop app with all the features of a shopping apps.
高级语言: Dart
项目地址: git://github.com/bolagadalla/Shop_App.git
创建时间: 2020-12-09T02:00:23Z
项目社区:https://github.com/bolagadalla/Shop_App

开源协议:

下载


Shop App

Creating a shop app with products and products categories. Also creating shopping cart and adding and removing products from the shopping cart. Plus, learning about managing state more efficiently and preventing unnessecery drawing.

What I Learned:

  1. - [x] More Widgets & UI Patterns!
  2. - [x] Provider
  3. - [x] Managing State Efficiently
  4. - [x] Showing Dialog & Snackbars
  5. - [x] Fetching User Input via Forms
  6. - [x] Input Validation
  7. - [x] Add Products
  8. - [x] Edit Products
  9. - [x] Storing Data & HTTP
  10. - [x] Sending HTTP Request (Store + Fetch Data)
  11. - [x] Showing Loading Progress
  12. - [x] Handling Errors
  13. - [x] Create Login/Sign Up Screen
  14. - [x] Register and Authenticate Users
  15. - [x] Have Data to Only Relate to Currently Loggedin User
  16. - [x] Persistant Login For Users
  17. - [x] Different Ways of Animating Widgets
  18. - [x] Custom Animations & Built-in Animations/Helpers

How The App Looks