flutterwave_standard_smart 1.0.4 copy "flutterwave_standard_smart: ^1.0.4" to clipboard
flutterwave_standard_smart: ^1.0.4 copied to clipboard

Flutterwave's official library that wraps the standard implementation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutterwave_standard_smart

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutterwave_standard_smart: ^1.0.4

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:flutterwave_standard_smart/core/TransactionCallBack.dart';
import 'package:flutterwave_standard_smart/core/flutterwave.dart';
import 'package:flutterwave_standard_smart/core/transaction_status.dart';
import 'package:flutterwave_standard_smart/flutterwave.dart';
import 'package:flutterwave_standard_smart/models/TransactionError.dart';
import 'package:flutterwave_standard_smart/models/requests/customer.dart';
import 'package:flutterwave_standard_smart/models/requests/customizations.dart';
import 'package:flutterwave_standard_smart/models/requests/standard_request.dart';
import 'package:flutterwave_standard_smart/models/responses/charge_response.dart';
import 'package:flutterwave_standard_smart/models/responses/standard_response.dart';
import 'package:flutterwave_standard_smart/models/subaccount.dart';
import 'package:flutterwave_standard_smart/utils.dart';
import 'package:flutterwave_standard_smart/view/flutterwave_in_app_browser.dart';
import 'package:flutterwave_standard_smart/view/standard_widget.dart';
import 'package:flutterwave_standard_smart/view/view_utils.dart';
8
likes
120
points
1.34k
downloads

Publisher

unverified uploader

Weekly Downloads

Flutterwave's official library that wraps the standard implementation.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_inappwebview, fluttertoast, http

More

Packages that depend on flutterwave_standard_smart