telepay_dio 0.0.3 copy "telepay_dio: ^0.0.3" to clipboard
telepay_dio: ^0.0.3 copied to clipboard

TelePay client for Dart language, to easily process cryptocurrency payments using http client Dio.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add telepay_dio

With Flutter:

 $ flutter pub add telepay_dio

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  telepay_dio: ^0.0.3

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:telepay_dio/telepay_dio.dart';
4
likes
150
points
38
downloads

Publisher

verified publishertelepay.cash

Weekly Downloads

TelePay client for Dart language, to easily process cryptocurrency payments using http client Dio.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, telepay

More

Packages that depend on telepay_dio