payment_gateway_demo 0.0.2 copy "payment_gateway_demo: ^0.0.2" to clipboard
payment_gateway_demo: ^0.0.2 copied to clipboard

unlistedoutdated

A payment gateway demo by Konze.

Payment Gateway Package for Flutter #

A calendar package for Flutter

Getting Started #

CustomAlertBox.showCustomAlertBox(
  context: context,
  willDisplayWidget:
          const Text('My custom alert box, used from example!!'),
),

Installation #

dart pub add flutter_stripe

Requirements #

Android

This plugin requires several changes to be able to work on Android devices. Please make sure you follow all these steps:

  1. Use Android 5.0 (API level 21) and above
  2. Use Kotlin version 1.5.0 and above: [example](https://github.com/flutter-stripe/flutter_stripe/blob/79b201a2e9b827196d6a97bb41e1d0e526632a5a/example/android/ .gradle#L2)
  3. Using a descendant of Theme.AppCompat for your activity: example, example night theme
  4. Using an up-to-date Android gradle build tools version: example and an up-to-date gradle version accordingly: example
  5. Using FlutterFragmentActivity instead of FlutterActivity in MainActivity.kt: example
  6. Rebuild the app, as the above changes don't update with hot reload

These changes are needed because the Android Stripe SDK requires the use of the AppCompat theme for their UI components and the Support Fragment Manager for the Payment Sheets

If you are having troubles to make this package to work on Android, join this discussion to get some support

iOS

Compatible with apps targeting iOS 12 or above.

To upgrade your iOS deployment target to 12.0, you can either do so in Xcode under your Build Settings, or by modifying IPHONEOS_DEPLOYMENT_TARGET in your project.pbxproj directly.

You will also need to update in your Podfile:

platform :ios, '12.0'

1
likes
0
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

A payment gateway demo by Konze.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_stripe, get

More

Packages that depend on payment_gateway_demo