btc_stripe_payment 0.0.2
btc_stripe_payment: ^0.0.2 copied to clipboard
personal use
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add btc_stripe_paymentThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
btc_stripe_payment: ^0.0.2Alternatively, 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:btc_stripe_payment/stripe_payment_flutter.dart';
import 'package:btc_stripe_payment/stripe_payment_flutter_method_channel.dart';
import 'package:btc_stripe_payment/stripe_payment_flutter_platform_interface.dart';
import 'package:btc_stripe_payment/stripe_payment_flutter_web.dart';