Grocery App in Flutter with Payment Gateway (GPay, Apple Pay, UPI, Credit/Debit Card)
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.
- 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