getnet_payments 1.1.0
getnet_payments: ^1.1.0 copied to clipboard
getnet_payments é um plugin que fornece integração com as máquinas de pagamento da empresa Getnet.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add getnet_payments
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
getnet_payments: ^1.1.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:getnet_payments/getnet_payments.dart';