Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

34 lines (31 loc) · 1.42 KB

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:

- [x] More Widgets & UI Patterns!
- [x] Provider
- [x] Managing State Efficiently
- [x] Showing Dialog & Snackbars
- [x] Fetching User Input via Forms
- [x] Input Validation
- [x] Add Products
- [x] Edit Products
- [x] Storing Data & HTTP
- [x] Sending HTTP Request (Store + Fetch Data)
- [x] Showing Loading Progress
- [x] Handling Errors
- [x] Create Login/Sign Up Screen
- [x] Register and Authenticate Users
- [x] Have Data to Only Relate to Currently Loggedin User
- [x] Persistant Login For Users
- [x] Different Ways of Animating Widgets
- [x] Custom Animations & Built-in Animations/Helpers

How The App Looks