Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.swervpay.co/llms.txt

Use this file to discover all available pages before exploring further.

Installation

Install swervpay-dart sdk into your new or existing Flutter/Dart application.
Shell
$ flutter pub add swervpay_dart

# OR

$ dart pub add swervpay_dart

Usage

Dart/Flutter
import 'package:swervpay_dart/swervpay_dart.dart';

void main() async {

    final swervpay = Swervpay(
        apiKey
    );

}