novac_payment_plugin 1.0.0
novac_payment_plugin: ^1.0.0 copied to clipboard
Official Flutter plugin for Novac Payment Gateway. Accept payments seamlessly in your Flutter apps with support for cards, bank transfers, and mobile money.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add novac_payment_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
novac_payment_plugin: ^1.0.0Alternatively, 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:novac_payment_plugin/novac_payment_plugin.dart';