device_call_checker
Um plugin Flutter para verificar se o dispositivo está em uma chamada (chamada normal ou VoIP).
SajanBaisil/device_call_checker open-source repository details.
{"sdk":"flutter"}^2.0.2{"sdk":"flutter"}^4.0.0Texto original em inglês. Visite o GitHub para a versão atual.
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.
To install Device Call Checker, follow these steps:
$ flutter pub add device_call_checker
To start using Device Call Checker in your Flutter project, follow these steps:
Import the package in your Dart file:
import 'package:device_call_checker/device_call_checker.dart';
Use the Device Call Checker to monitor device calls:
Future<bool> someFunction() async{
return await DeviceCallChecker.isDeviceInCall();
}
For more detailed usage and examples, please refer to the official documentation.
We welcome contributions! Please read our contributing guidelines for more details.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please reach out to us at [sajanbaisil12@gmail.com](mailto:sajanbaisil12@gmail.com).