Skip to content

jogboms/ravepay.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💳 RavePay Dart SDK

Build Status - Travis codecov pub package

Installing

dependencies:
  ravepay: "^0.0.1+2"

Import

import 'package:ravepay/ravepay.dart';

Usage

import 'package:ravepay/ravepay.dart';

main() {
  Ravepay.init(production: false, publicKey: "PUBK_TEST", secretKey: "SECK_TEST");
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

License

MIT License