Learn how to integrate your app with the SwipePay Widget Flutter SDK
Overview
The SwipePay Widget SDK is a quick and secure way receive payments to SwipePay in your Flutter app.
SwipePay Widget is a drop-in module that handles the receipt of payment from your customers with ease.
Getting Started
This library would help you add SwipePay widget to your hybrid android/ios application in no time.
To use this plugin, add
Swipe Pay_widget
,
as a dependency in your pubspec.yaml file.
dependencies:
Swipe Pay_widget: ^2.0.9
On iOS, opt-in to the embedded views preview by adding a boolean property to the app's Info.plist file with the key
io.flutter.embedded_views_preview
,
and the value
true
.
<dict>
<key>io.flutter.embedded_views_preview</key>
<true/>
</dict>
Not a developer
Get started without writing a single line of code, Try our App Builder! Click here to get started.