Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 508 Bytes

Sneakerx

A Sneaker Shopping App made with flutter.

Stuff I learnt

  • Learnt to handle futures and async code

  • Handling Firebase Authentication

  • Verifying Email and Handling Forgot Password Requests

  • Using Cloud Firestore to store user and products data

  • State Management and Inherited Widgets

  • Learnt to use Animation Controllers and implicit animations

  • Using Cloud Storage to upload product images

  • Learnt to use FutureBuilder and StreamBuilder

  • Learnt to create and handle streams