quipuscore_sms_plugin 0.0.1
quipuscore_sms_plugin: ^0.0.1 copied to clipboard
A Flutter plugin for reading SMS messages from Android devices and syncing them to a backend server. Integrates with SMS SDK Android library via Maven.
Changelog #
All notable changes to the QuipuScore SMS Plugin will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2026-01-27 #
Added #
- Initial release of Flutter plugin for SMS SDK Android
- Method channel bridge between Flutter and SMS SDK Android library
initialize()method for plugin authenticationcollectAndSync()method for reading and syncing SMS in one operationlinkUserIdWithDevice()method for linking users with devices- Automatic READ_SMS permission handling
- Full documentation and API reference
Security & Privacy #
- ⚠️ Note about
READ_SMSpermission requirements
Technical Details #
- Minimum Android SDK: API 22 (Android 5.1)
- Target Android SDK: API 34
- Flutter SDK: 3.0.0+
- Dart SDK: 3.0.0+
- SMS SDK Android version: 0.0.1 (com.quipubank:sms-sdk via Maven)
Dependencies #
- flutter: SDK
- plugin_platform_interface: ^2.0.0
- SMS SDK Android: 0.0.1 from Maven (com.quipubank:sms-sdk)
Platform Support #
- ✅ Android
- ❌ iOS (not supported)
- ❌ Web (not supported)