paylike_dart_request 1.0.10 copy "paylike_dart_request: ^1.0.10" to clipboard
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';
1
likes
130
pub points
0%
popularity

Publisher

verified publisherpaylike.io

Low level API client for Paylike which helps executing requests in a similiar way as in the JS version

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on paylike_dart_request