telephony_context 0.1.0
telephony_context: ^0.1.0 copied to clipboard
Android-only Flutter plugin that reads basic Telephony / SIM context without runtime permission prompts (for antifraud-style signals).
Changelog #
0.1.0 #
- Android Maven / Kotlin package:
io.github.telephony_context(notcom.example). - Initial release: Android
TelephonyContextPlugin.getContext()viaMethodChannel, Kotlin implementation usingTelephonyManagerandPackageManagerwithout declaring sensitive runtime permissions. TelephonyContextwithtoJson/fromJson,getContextAsMap(), and optionaltoJsonWithCollectedAt()(Dart-side timestamp).- Dart unit tests for JSON and
phoneTypestrings; Android unit tests forTelephonyMapper(normalization and phone type mapping). - Example app under
example/.