0 purchases
airpay flutter package
___# Airpay Flutter
Airpay Flutter plugin for payment integeration.
Usage #
Add airpay_flutter_package as a dependency in your pubspec.yaml file.
You can now include a airpayPackage in your project. See the
airpayPackage
widget's Dartdoc for more details on how to use the widget.
Installation #
This plugin is available on Pub: https://pub.dev/packages/airpay_flutter_package/
Add this to dependencies in your app's pubspec.yaml
airpay_flutter_package: ^2.0.11
copied to clipboard
Just make sure that your activity has set windowSoftInputMode to adjustResize in AndroidManifest.xml
Android apps must declare their use of the internet in the Android manifest (AndroidManifest.xml ): #
In the AndroidManifest.xml file located at android/app/src/main you need to add this permission inside the manifest tag.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.