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

Dart Client for Swervpay

Dart Client for Swervpay


Explore the docs »

X (Twitter) · Linkedin · Changelog

Installation #

$ flutter pub add swervpay_dart

# OR

$ dart pub add swervpay_dart

Configuration #

Create a new instance of Swervpay with your secret_key and business_id:

import "package:swervpay_dart/swervpay_dart.dart";

final Swervpay swerpvay = Swervpay()

Replace <SECRET_KEY> and <BUSINESS_ID> with your actual secret key and business ID.

Documentation #

See docs for Dart here