paygate_flutter 0.1.13 copy "paygate_flutter: ^0.1.13" to clipboard
paygate_flutter: ^0.1.13 copied to clipboard

Paygate SDK for Flutter - Present paywalls, onboarding flows, and more in your app.

paygate_flutter #

Flutter plugin for Paygate (iOS + Android). Add it from pub.dev:

dependencies:
  paygate_flutter: ^0.1.12
import 'package:paygate_flutter/paygate_flutter.dart';

Android setup #

The Android implementation depends on com.paygate:paygate:0.1.0 from Maven Local.

From the repo root:

cd sdks/android
gradle :paygate:publishToMavenLocal

Your Flutter app’s android/build.gradle should resolve mavenLocal() (default template usually includes it via allprojects.repositories).

Then flutter run / flutter build apk as usual.

iOS #

The Flutter plugin uses the CocoaPods pod paygate_flutter, which depends on the native Paygate pod (Swift SDK). After upgrading, run flutter clean and cd ios && pod install so Podfile.lock picks up the renamed pod.

0
likes
140
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Paygate SDK for Flutter - Present paywalls, onboarding flows, and more in your app.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on paygate_flutter

Packages that implement paygate_flutter