Skip to content

ayoubrajabi/ecommerce-zarinpal

Repository files navigation

E-commerce

Ecommerce app with zarinpal payment

enter image description here Generic badge Generic badge

installation

mkdir ecommerce
cd ecommerce
git clone git@github.com:ayoubrajabi/ecommerce-zarinpal.git
flutter pub get
flutter build apk

for more information about build the app for adndroid : Build and release an Android app

for more information about build the app for ios : Build and release an IOS app

Features

Use Beamer pakage (Based on Navigator 2.0) for navigation.
Bloc, Pattern and State Management.
Use zarinpal pakage for payment.


Project Structuer

└─lib
  ├─ constants/
  ├─ data/
  │  ├─models/
  │  └─data_model/
  ├─ logic/
  │  ├─bloc_providers/
  │  ├─blocs/
  │  ├─cubits/
  │  └─logics.dart
  ├─ ui/
  │  ├─router/
  │  ├─theme/
  │  ├─screens/
  │  └─widgets/
  ├─ utilities/
  └─main.dart


Repository Visits


visitors



Licence

Apache Licence 2.0