Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlphamerc authored Mar 1, 2020
1 parent 73f6c99 commit 97eebdb
Showing 1 changed file with 60 additions and 2 deletions.
62 changes: 60 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,64 @@
# flutter_ecommerce_app
## flutter_ecommerce_app ![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fthealphamerc) [![GitHub stars](https://img.shields.io/github/stars/Thealphamerc/flutter_ecommerce_app?style=social)](https://github.com/login?return_to=%2FTheAlphamerc%flutter_wallet_app) ![GitHub forks](https://img.shields.io/github/forks/TheAlphamerc/flutter_ecommerce_app?style=social) ![GitHub last commit](https://img.shields.io/github/last-commit/Thealphamerc/flutter_wallet_app) ![Dart CI](https://github.com/TheAlphamerc/flutter_ecommerce_app/workflows/Dart%20CI/badge.svg) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](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
:-------------------------:|:-------------------------:|:-------------------------:
![](https://github.com/TheAlphamerc/flutter_ecommerce_app/blob/master/screenshots/screenshot_1.jpg?raw=true)|![](https://github.com/TheAlphamerc/flutter_ecommerce_app/blob/master/screenshots/screenshot_2.jpg?raw=true)|![](https://github.com/TheAlphamerc/flutter_ecommerce_app/blob/master/screenshots/screenshot_3.jpg?raw=true)

## iOS Screenshots
HomePage | Product Detail Page | Cart Page
:-------------------------:|:-------------------------:|:-------------------------:
![](https://github.com/TheAlphamerc/flutter_ecommerce_app/blob/master/screenshots/screenshot_ios_1.png?raw=true)|![](https://github.com/TheAlphamerc/flutter_ecommerce_app/blob/master/screenshots/screenshot_ios_2.png?raw=true)|![](https://github.com/TheAlphamerc/flutter_ecommerce_app/blob/master/screenshots/screenshot_ios_3.png?raw=true)

## 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__)) ![Twitter Follow](https://img.shields.io/twitter/follow/thealphamerc?style=social)

> 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

Expand Down

0 comments on commit 97eebdb

Please sign in to comment.