phone_state 1.0.2 copy "phone_state: ^1.0.2" to clipboard
phone_state: ^1.0.2 copied to clipboard

outdated

This plugin allows you to know quickly and easily if your Android or iOS device is receiving a call and to know the status of the call.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add phone_state
copied to clipboard

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

dependencies:
  phone_state: ^1.0.2
copied to clipboard

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:phone_state/phone_state.dart';
copied to clipboard
114
likes
0
points
9.32k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

This plugin allows you to know quickly and easily if your Android or iOS device is receiving a call and to know the status of the call.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

enum_to_string, flutter

More

Packages that depend on phone_state