lenco_flutter 1.0.0
lenco_flutter: ^1.0.0 copied to clipboard
A production-ready Flutter package for integrating Lenco payment gateway. Support for accounts, transactions, payments, and mobile money.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lenco_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lenco_flutter: ^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:lenco_flutter/lenco_flutter.dart';