otpiq_flutter 0.0.4
otpiq_flutter: ^0.0.4 copied to clipboard
Unofficial Flutter SDK for OTPIQ SMS, WhatsApp, and Telegram messaging API.
0.0.4 #
- Added a Security Best Practices section in
README.mdwith guidelines on secure API key handling, server-side implementation options (like Serverpod), and key encryption/obfuscation techniques. - Updated package description in
README.mdto reflect that it is an unofficial SDK.
0.0.3 #
- Fixed relative image paths in
README.mdby updating them to use absolute raw GitHub URLs so they render correctly on pub.dev. - Added WhatsApp template message preview screenshot.
0.0.2 #
- Internal package configuration and repository updates.
0.0.1 #
- Initial release of the OTPIQ Flutter SDK.
- Implemented
Otpiqmain class for SDK entrypoint. - Implemented robust
ApiClientwrapper built on Dio. - Added
getProjectInfo()method to retrieve project details and credits. - Added
sendSms()method to send custom, verification, or WhatsApp template messages. - Added
trackSms()method to track messaging delivery status across channels.