flutterflow_stripe_terminal 0.0.1 copy "flutterflow_stripe_terminal: ^0.0.1" to clipboard
flutterflow_stripe_terminal: ^0.0.1 copied to clipboard

outdated

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 flutterflow_stripe_terminal

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

dependencies:
  flutterflow_stripe_terminal: ^0.0.1

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:flutterflow_stripe_terminal/models/collect_configuration.dart';
import 'package:flutterflow_stripe_terminal/models/discover_config.dart';
import 'package:flutterflow_stripe_terminal/models/log.dart';
import 'package:flutterflow_stripe_terminal/models/payment_intent.dart';
import 'package:flutterflow_stripe_terminal/models/payment_method.dart';
import 'package:flutterflow_stripe_terminal/models/reader.dart';
import 'package:flutterflow_stripe_terminal/models/reader_display.dart';
import 'package:flutterflow_stripe_terminal/stripe_terminal.dart';
0
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin to scan stripe readers and connect to the them and get the payment methods.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutterflow_stripe_terminal

Packages that implement flutterflow_stripe_terminal