paygate 0.1.9
paygate: ^0.1.9 copied to clipboard
Paygate SDK for Flutter - Present paywalls, onboarding flows, and more in your app.
paygate #
Flutter plugin for Paygate (iOS + Android).
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 #
Keep using Paygate via CocoaPods as documented for the Swift SDK (paygate pod depends on Paygate).