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).