tim_flutterwave 0.0.2+1
tim_flutterwave: ^0.0.2+1 copied to clipboard
Flutterwave payment gateway for flutter that works fine.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tim_flutterwaveThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tim_flutterwave: ^0.0.2+1Alternatively, 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:tim_flutterwave/core/tim_flutterwave.dart';
import 'package:tim_flutterwave/example.dart';
import 'package:tim_flutterwave/main.dart';