nimbasms_flutter 1.0.1
nimbasms_flutter: ^1.0.1 copied to clipboard
Flutter plugin for interacting with the Nimba SMS API
Changelog #
1.0.0 #
- Initial release of
nimbasms_flutter
. - Added support for sending SMS.
- Added support for retrieving all messages.
- Added support for retrieving a specific message by ID.
- Added support for retrieving account details.
- Added support for retrieving the list of contacts.
- Added support for creating a new contact.
- Added support for retrieving the list of groups.
- Added support for creating a verification.
[1.0.1] - 2024-09-06 #
Changed #
- Renamed class
NimbasSms
toNimbaSMS
for consistency. - Renamed method
sendSms
tosend
for simplicity.
Added #
- Added a detailed Usage section in the documentation with examples for sending SMS, managing contacts, retrieving messages, etc.
Fixed #
- Minor improvements to the documentation and code consistency.