paylike_dart_client 1.0.10
paylike_dart_client: ^1.0.10 copied to clipboard
Higher level API client for Paylike.io to provide a handy interface for constructing requests towards paylike.io
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add paylike_dart_clientWith Flutter:
$ flutter pub add paylike_dart_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
paylike_dart_client: ^1.0.10Alternatively, 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_client/paylike_dart_client.dart';