quipuscore_sms_plugin 0.0.1 copy "quipuscore_sms_plugin: ^0.0.1" to clipboard
quipuscore_sms_plugin: ^0.0.1 copied to clipboard

PlatformAndroid

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 authentication
  • collectAndSync() method for reading and syncing SMS in one operation
  • linkUserIdWithDevice() method for linking users with devices
  • Automatic READ_SMS permission handling
  • Full documentation and API reference

Security & Privacy #

  • ⚠️ Note about READ_SMS permission 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)
0
likes
150
points
112
downloads

Publisher

verified publisherquipubank.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on quipuscore_sms_plugin

Packages that implement quipuscore_sms_plugin