stripe_terminalx 1.4.2+20
stripe_terminalx: ^1.4.2+20 copied to clipboard
A flutter plugin to scan stripe readers and connect to the them and get the payment methods.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stripe_terminalxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
stripe_terminalx: ^1.4.2+20Alternatively, 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:stripe_terminalx/stripe_terminalx.dart';