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

outdated

A starting point for Dart libraries or applications.

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= Reloadly.getToken(String client_id,String client_secret);

Get balance #

var reloadly = Reloadly();

String balance= Reloadly(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
0
points
14
downloads

Publisher

verified publisherharambeeapps.co.ke

Weekly Downloads

A starting point for Dart libraries or applications.

License

unknown (license)

Dependencies

dio

More

Packages that depend on reloadly