mirror of
https://github.com/TheAlphamerc/flutter_ecommerce_app.git
synced 2026-03-13 09:30:53 +08:00
update readme.md
This commit is contained in:
62
README.md
62
README.md
@@ -1,6 +1,64 @@
|
||||
# flutter_ecommerce_app
|
||||
## flutter_ecommerce_app  [](https://github.com/login?return_to=%2FTheAlphamerc%flutter_wallet_app)    [](https://github.com/Thealphamerc/flutter_ecommerce_app)
|
||||
|
||||
A new Flutter project.
|
||||
Smart course app is a design implementaion of [E-commerce App](https://www.instagram.com/p/B81RaSeg7TJ/) designed by [Imran](https://dribbble.com/Saif_Uddin_Imran)
|
||||
|
||||
|
||||
|
||||
<img src="https://cdn.dribbble.com/users/2432994/screenshots/10446127/media/fa0a9ce348e0bfa18b00ba2240543064.png" />
|
||||
|
||||
## Android Screenshots
|
||||
|
||||
HomePage | Product Detail Page | Cart Page
|
||||
:-------------------------:|:-------------------------:|:-------------------------:
|
||||
||
|
||||
|
||||
## iOS Screenshots
|
||||
HomePage | Product Detail Page | Cart Page
|
||||
:-------------------------:|:-------------------------:|:-------------------------:
|
||||
||
|
||||
|
||||
## Directory Structure
|
||||
```
|
||||
lib
|
||||
│───main.dart
|
||||
└───src
|
||||
│───config
|
||||
| └──route.dart
|
||||
│───model
|
||||
│ │──category.dart
|
||||
| │──data.dart
|
||||
| └──product.dart
|
||||
│───pages
|
||||
| │──homePage.dart
|
||||
| │──mainPage.dart
|
||||
| │──product_detail.dart
|
||||
| └──shoping_cart_page.dart
|
||||
│───theme
|
||||
| │──light_color.dart
|
||||
| └──theme.dart
|
||||
└───widgets
|
||||
│──BottomNavigationBar
|
||||
| |──bootom_navigation_bar.dart
|
||||
| |──bottom_curved_Painter.dart
|
||||
| └──centered_elasticIn_curve.dart
|
||||
|──bottom_navigation_bar.dart
|
||||
| customRoute.dart
|
||||
| prduct_icon.dart
|
||||
│──product_card.dart
|
||||
└──title_text.dart
|
||||
```
|
||||
## Pull Requests
|
||||
|
||||
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request.
|
||||
|
||||
## Created & Maintained By
|
||||
|
||||
[Sonu Sharma](https://github.com/TheAlphamerc) ([Twitter](https://www.twitter.com/TheAlphamerc)) ([Youtube](https://www.youtube.com/user/sonusharma045sonu/))
|
||||
([Insta](https://www.instagram.com/_sonu_sharma__)) 
|
||||
|
||||
> If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee:
|
||||
>
|
||||
> * [PayPal](https://www.paypal.me/TheAlphamerc/)
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
||||
Reference in New Issue
Block a user