flutter_tappay_sdk 0.3.0 copy "flutter_tappay_sdk: ^0.3.0" to clipboard
flutter_tappay_sdk: ^0.3.0 copied to clipboard

This project is a Flutter SDK for TapPay, a popular payment gateway from Taiwan.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_tappay_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_tappay_sdk: ^0.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_tappay_sdk/flutter_tappay_sdk.dart';
1
likes
140
pub points
29%
popularity

Publisher

unverified uploader

This project is a Flutter SDK for TapPay, a popular payment gateway from Taiwan.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_tappay_sdk