garu 0.7.0
garu: ^0.7.0 copied to clipboard
Dart/Flutter SDK for the Garu payment gateway — PIX, credit card, boleto, recurring charges, webhooks.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add garuWith Flutter:
$ flutter pub add garuThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
garu: ^0.7.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:garu/garu.dart';