Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.95 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.95 KB

grocery_payment

Grocery App in Flutter with Payment Gateway (GPay, Apple Pay, UPI, Credit/Debit Card)

Stripe Payment Gateway Setup

We used flutter_stripe for payment in our Grocery Flutter (Android & iOS) app. Please read this plugin documentation carefully to setup Stripe Payment's server.

Getting Started

  • If you don't have Flutter SDK installed, please visit official Flutter site.
  • Fetch latest source code from master branch.
git clone https://github.com/boffincoders/grocery-app-concept.git
  • Run the app with Android Studio or Visual Studio. Or the command line.
flutter pub get
flutter run