zennopay_flutter 0.4.0 copy "zennopay_flutter: ^0.4.0" to clipboard
zennopay_flutter: ^0.4.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_flutter

With Flutter:

 $ flutter pub add zennopay_flutter

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

dependencies:
  zennopay_flutter: ^0.4.0

Alternatively, 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';
1
likes
0
points
17
downloads

Documentation

Documentation

Publisher

verified publisherzennopay.in

Weekly Downloads

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 natively, so Flutter partners get the exact same accessible PaymentSheet as every other Zennopay SDK.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on zennopay_flutter

Packages that implement zennopay_flutter