-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# Shoptronics | ||
#ShopX | ||
####E-Commerce Flutter App Using MobX State Management | ||
UI by [Soumitro_Sobuj](https://dribbble.com/shots/6876936-Product-App-Exploration) | ||
|
||
A flutter UI project inspired by https://dribbble.com/shots/6876936-Product-App-Exploration | ||
Credits to: Soumitro_Sobuj, check out his work https://dribbble.com/Soumitro_Sobuj | ||
<img src="https://user-images.githubusercontent.com/41022464/62838374-73b8c900-bc7b-11e9-9e7a-8538d1dd72c7.gif" alt="alt text" width=240 height=480> <img src="https://user-images.githubusercontent.com/41022464/62838376-7c110400-bc7b-11e9-9c70-6f30930efef9.gif" alt="alt text" width=240 height=480> | ||
|
||
|
||
|
||
|
||
|
||
|
||
###Features | ||
- [x] Fetch product data from Firebase Cloud Firestore | ||
- [x] View product information | ||
- [x] Use MobX only for state management | ||
- [ ] Cache images | ||
- [ ] Find a more appropriate font | ||
- [ ] Cart | ||
- [ ] Checkout | ||
- [ ] Comments | ||
- [ ] Ratings | ||
- [ ] Favourites | ||
- [ ] Profile | ||
|
||
###Issues | ||
- [ ] Bottom Navigation Bar has blue background, should be transparent | ||
- [ ] AppBar should fade out intro the screen instead of cutting it off | ||
|
||
##### Find any bugs/problems with the app? please submit an issue or a pull request | ||
|