paygilant_plugin 4.0.10
paygilant_plugin: ^4.0.10 copied to clipboard
Paygilant Plugin exposes a dart interface, which wraps the native SDK, and enables a smooth integration with the Flutter development environment.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add paygilant_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
paygilant_plugin: ^4.0.10
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:paygilant_plugin/paygilant_plugin.dart';