ilebora_empowertech 0.0.6 copy "ilebora_empowertech: ^0.0.6" to clipboard
ilebora_empowertech: ^0.0.6 copied to clipboard

A Flutter package for integrating with Bora Empowertech services. Bora Empowertech is a portal to access various Ilebora services.

A Flutter package for integrating with Bora Empowertech services. Bora Empowertech is a portal to access various Ilebora services, including email, push notifications, and SMS.

Features #

  • BoraMailer: Send emails using the Bora Empowertech Mailer service.
  • BoraSTK: Integrate with the Bora Empowertech Push service for push notifications.
  • BoraSMS: Send text messages using the Bora Empowertech SMS service.
  • Other services: Coming soon...

Installation #

Add the following to your pubspec.yaml file:

dependencies:
  ilebora_empowertech: <latest version>

Then run:


flutter pub get

Configuration #

To use the Bora Empowertech package, you'll need to configure your API key and user ID (or generate new keys from https://empowertech.ilebora.com ). Update the userID and apiKey's in your initializations and you are all set.


 final mailer = BoraMailer(
    userID: 'developer_user_id', //Proovided ID
    apiKey: 'developer_api_key', //Provided key
    // Other configuration options...
  );

Remember to replace placeholders like your_user_id and your_api_key with the actual values.

Issues and Feedback #

For any issues or feedback, please open an Issues on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details..

1
likes
150
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package for integrating with Bora Empowertech services. Bora Empowertech is a portal to access various Ilebora services.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, ilebora_mailer, ilebora_push, ilebora_stk

More

Packages that depend on ilebora_empowertech