flutter_checkout_payment 1.4.4 copy "flutter_checkout_payment: ^1.4.4" to clipboard
flutter_checkout_payment: ^1.4.4 copied to clipboard

This plugin is for Checkout online payment. It's implemented the native SDKs to work on Flutter environment.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_checkout_payment
copied to clipboard

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

dependencies:
  flutter_checkout_payment: ^1.4.4
copied to clipboard

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_checkout_payment/flutter_checkout_payment.dart';
copied to clipboard
31
likes
140
points
708
downloads

Publisher

verified publishershadyboshra.com

Weekly Downloads

2024.09.29 - 2025.04.13

This plugin is for Checkout online payment. It's implemented the native SDKs to work on Flutter environment.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_checkout_payment