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 Flutter:

 $ flutter pub add call_state_handler

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

dependencies:
  call_state_handler: ^1.0.1

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:call_state_handler/call_state_handler.dart';
5
likes
120
points
141
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on call_state_handler