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

An Android direct call and hang up delete call history.

0.0.3 #

Installation

addAdroidPermission:

Instructions

create final _flutterPhoneCallAutoPlugin = FlutterCallPhoneIntent();

allReturn bool

await _flutterPhoneCallAutoPlugin.init();

requestPermissions

await _flutterPhoneCallAutoPlugin.requestPermissions();

callPhone

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

endPhone

await _flutterPhoneCallAutoPlugin.endCall();

checkPermissions

await _flutterPhoneCallAutoPlugin.checkPermissions()

onCallStateChanged

_flutterPhoneCallAutoPlugin.onCallStateChanged((callState) {})

0
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

An Android direct call and hang up delete call history.

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_call_phone_intent

Packages that implement flutter_call_phone_intent