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.

example/reloadly_example.dart

import 'package:reloadly/reloadly.dart';

Future<void> main() async {
  var reloadly  = Reloadly();
  //gettoken
  String token =   await reloadly.getToken('YOUR_CLIENT_ID_HERE','client_secret');
  //get balance
  String balance= await reloadly.getBalance(token);


}
0
likes
105
points
13
downloads

Publisher

verified publisherharambeeapps.co.ke

Weekly Downloads

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