flutter_call_phone_intent 1.0.2 copy "flutter_call_phone_intent: ^1.0.2" to clipboard
flutter_call_phone_intent: ^1.0.2 copied to clipboard

An Android direct call and hang up delete call history.

0.0.5 #

Installation

addAdroidPermission:

Instructions

create final _flutterPhoneCallAutoPlugin = FlutterCallPhoneIntent();

allReturn bool

await _flutterPhoneCallAutoPlugin.init();

requestPermissions

await _flutterPhoneCallAutoPlugin.requestPermissions();

callPhone

await _flutterPhoneCallAutoPlugin.callPhone(phoneNumber: "123456789");

answerPhone

await _flutterPhoneCallAutoPlugin.answerCall();

endPhone

await _flutterPhoneCallAutoPlugin.endCall();

checkPermissions

await _flutterPhoneCallAutoPlugin.checkPermissions()

onCallStateChanged

_flutterPhoneCallAutoPlugin.onCallStateChanged((callState) {})

0
likes
135
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

An Android direct call and hang up delete call history.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_call_phone_intent

Packages that implement flutter_call_phone_intent