zennopay_flutter 0.3.0
zennopay_flutter: ^0.3.0 copied to clipboard
Zennopay PaymentSheet for Flutter — a thin native bridge over the native Zennopay iOS/Android checkout sheets (scan → amount → confirm → status). One call in, one PaymentResult out. The sheet renders [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add zennopay_flutterWith Flutter:
$ flutter pub add zennopay_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
zennopay_flutter: ^0.3.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:zennopay_flutter/zennopay_flutter.dart';