telephony_context 0.1.0 copy "telephony_context: ^0.1.0" to clipboard
telephony_context: ^0.1.0 copied to clipboard

PlatformAndroid

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 (not com.example).
  • Initial release: Android TelephonyContextPlugin.getContext() via MethodChannel, Kotlin implementation using TelephonyManager and PackageManager without declaring sensitive runtime permissions.
  • TelephonyContext with toJson / fromJson, getContextAsMap(), and optional toJsonWithCollectedAt() (Dart-side timestamp).
  • Dart unit tests for JSON and phoneType strings; Android unit tests for TelephonyMapper (normalization and phone type mapping).
  • Example app under example/.
0
likes
160
points
50
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Android-only Flutter plugin that reads basic Telephony / SIM context without runtime permission prompts (for antifraud-style signals).

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #plugin #android #telephony #sim

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on telephony_context

Packages that implement telephony_context