braintree_native_ui 0.4.0
braintree_native_ui: ^0.4.0 copied to clipboard
Plugin nativo para tokenizar cartão, rodar 3DS2 e coletar device data com Braintree usando UI própria.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add braintree_native_ui
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
braintree_native_ui: ^0.4.0
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:braintree_native_ui/braintree_native_ui.dart';