device_call_checker 0.1.1 copy "device_call_checker: ^0.1.1" to clipboard
device_call_checker: ^0.1.1 copied to clipboard

A Flutter plugin to check if the device is in a call (normal or VoIP call).

Device Call Checker #

Overview #

Device Call Checker is a tool designed to monitor and verify device calls within your system. It ensures that all device interactions are logged and validated for accuracy and reliability.

Features #

  • Real-time Monitoring: Continuously monitors device calls in real-time.
  • Logging: Keeps a detailed log of all device interactions.
  • Validation: Verifies the accuracy of each device call.
  • Alerts: Sends notifications for any anomalies detected.

Installation #

To install Device Call Checker, follow these steps:

  1. With Flutter :
    $ flutter pub add device_call_checker
    
    copied to clipboard

Usage #

To start using Device Call Checker in your Flutter project, follow these steps:

  1. Import the package in your Dart file:

    import 'package:device_call_checker/device_call_checker.dart';
    
    copied to clipboard
  2. Use the Device Call Checker to monitor device calls:

    Future<bool> someFunction() async{
    return await DeviceCallChecker.isDeviceInCall();
    }
    
    copied to clipboard

For more detailed usage and examples, please refer to the official documentation.

Contributing #

We welcome contributions! Please read our contributing guidelines for more details.

License #

This project is licensed under the MIT License. See the LICENSE file for details.

Contact #

For any questions or feedback, please reach out to us at sajanbaisil12@gmail.com.

5
likes
160
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.03 - 2025.04.17

A Flutter plugin to check if the device is in a call (normal or VoIP call).

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_call_checker