Last updated:
0 purchases
flutter phone call handler
flutter_phone_call_handler #
Allow handle a call from flutter, for example, end a call.
Getting Started #
import 'package:flutter_phone_call_handler/flutter_phone_call_handler.dart';
final _flutterPhoneCallHandlerPlugin = FlutterPhoneCallHandler();
// Request permission
await _flutterPhoneCallHandlerPlugin.requestPermissions();
// End call
var success = await _flutterPhoneCallHandlerPlugin.endCall();
copied to clipboard
Android #
Required permissions:
<uses-permission android:name="android.permission.ANSWER_PHONE_CALLS" />
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.