paygilant_plugin 4.0.13
paygilant_plugin: ^4.0.13 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 Dart:
$ dart pub add paygilant_pluginWith Flutter:
$ flutter pub add paygilant_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
paygilant_plugin: ^4.0.13Alternatively, 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:paygilant_plugin/paygilant_plugin.dart';