device_call_checker
一個用於檢查設備是否處於通話狀態(一般通話或VoIP通話)的Flutter外掛程式。
SajanBaisil/device_call_checker open-source repository details.
{"sdk":"flutter"}^2.0.2{"sdk":"flutter"}^4.0.0以下為英文專案原文快照,最新內容請造訪 GitHub。
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).