call_state_handler 1.0.1 copy "call_state_handler: ^1.0.1" to clipboard
call_state_handler: ^1.0.1 copied to clipboard

A Flutter plugin that detects phone calls and video calls on both Android and iOS platforms. This plugin helps you monitor call states in your app, allowing you to take appropriate actions when calls [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add call_state_handler

With Flutter:

 $ flutter pub add call_state_handler

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

dependencies:
  call_state_handler: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:call_state_handler/call_state_handler.dart';
7
likes
0
points
321
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that detects phone calls and video calls on both Android and iOS platforms. This plugin helps you monitor call states in your app, allowing you to take appropriate actions when calls start or end.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on call_state_handler

Packages that implement call_state_handler