reloadly 1.0.5 copy "reloadly: ^1.0.5" to clipboard
reloadly: ^1.0.5 copied to clipboard

Reloadly Dart Sdk.It wraps the reloadly airtime sdk.Helps you generate tokens, get your balance and topup any number in the world.

Reloadly is a wrapper library for Reloadly that helps Send airtime online with a simple integration

Features #

Getting reloadly token Getting reloadly balance More methods in next update

Getting started #

Depends on dio :4.0.0

Usage #

Installing #

Add reloadly to your pubspec.yaml file:

reloadly: 1.0.0

Import reloadly in files that it will be used:

import 'package:reloadly/reloadly.dart';

Get token #

var reloadly = Reloadly();

String token = await reloadly.getToken('YOUR_CLIENT_ID_HERE','client_secret');

Get balance #

var reloadly = Reloadly();

String balance= await reloadly.getBalance(token);

How to Contribute #

Want to contribute to the project? We will be proud to highlight you as one of our collaborators. Here are some points where you can contribute and make Get (and Flutter) even better.

Helping to translate the readme into other languages. Adding documentation to the readme. Write articles or make videos teaching how to use reloadly (they will be inserted in the Readme and in the future in our Wiki). Offering PRs for code/tests. Including new functions. Any contribution is welcome!.

0
likes
90
pub points
26%
popularity

Publisher

verified publisherharambeeapps.co.ke

Reloadly Dart Sdk.It wraps the reloadly airtime sdk.Helps you generate tokens, get your balance and topup any number in the world.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

dio

More

Packages that depend on reloadly