Last updated:
0 purchases
flutter kgo vnpay
flutter_kgo_vnpay #
A new Flutter plugin to connect with vnpay sdk.
Getting Started #
This project is a starting point to connect with vnpay sdk
vnpay,
For help getting started with Flutter development, view the
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
iOS
In the ios/Runner/Info.plist let’s add:
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
</dict>
copied to clipboard
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>vnpayxxx</string>
<key>CFBundleURLSchemes</key>
<array>
<string>vnpayxxx</string>
</array>
</dict>
</array>
copied to clipboard
Android
Usage #
1. Depend
Add this to you package's pubspec.yaml file:
dependencies:
flutter_kgo_vnpay: ^0.0.2+3
copied to clipboard
2. Install
Run command:
$ flutter pub get
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.