device_call_checker 0.0.3
device_call_checker: ^0.0.3 copied to clipboard
A Flutter plugin to check if the device is in a call (normal or VoIP call).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add device_call_checkerWith Flutter:
$ flutter pub add device_call_checkerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
device_call_checker: ^0.0.3Alternatively, 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:device_call_checker/device_call_checker.dart';