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).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add telephony_context

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  telephony_context: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:telephony_context/telephony_context.dart';
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