Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeeteya/sneakerx
A sneaker shopping store made using flutter.
https://github.com/adeeteya/sneakerx
android dart firebase firestore flutter ios mobile mobile-app mobile-development shoes shoes-store shopping-app shopping-application sneakers
Last synced: 2 days ago
JSON representation
A sneaker shopping store made using flutter.
- Host: GitHub
- URL: https://github.com/adeeteya/sneakerx
- Owner: adeeteya
- Created: 2021-08-15T00:11:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T01:55:17.000Z (11 months ago)
- Last Synced: 2024-05-02T05:07:14.177Z (7 months ago)
- Topics: android, dart, firebase, firestore, flutter, ios, mobile, mobile-app, mobile-development, shoes, shoes-store, shopping-app, shopping-application, sneakers
- Language: Dart
- Homepage:
- Size: 1.66 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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