paylike_dart_request 1.0.10 paylike_dart_request: ^1.0.10 copied to clipboard
Low level API client for Paylike which helps executing requests in a similiar way as in the JS version
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add paylike_dart_request
With Flutter:
$ flutter pub add paylike_dart_request
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
paylike_dart_request: ^1.0.10
Alternatively, 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:paylike_dart_request/paylike_dart_request.dart';