Skip to content

build-context/paygate-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Paygate SDK: flutter

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors