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

A robust, production-ready Dart & Flutter wrapper for the bulksmsbd.net gateway API. Developed and maintained by Sofol IT.

example/main.dart

import 'package:bulksmsbd/bulksmsbd.dart';

void main() async {
  final smsClient = BulkSmsBd(
    apiKey: 'your_api_key',
    senderId: 'your_sender_id',
  );

  final balance = await smsClient.getBalance();
  print('Sofol IT Gateway Balance Check: $balance BDT');

  smsClient.close();
}
0
likes
0
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A robust, production-ready Dart & Flutter wrapper for the bulksmsbd.net gateway API. Developed and maintained by Sofol IT.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on bulksmsbd