flutter_call_phone_intent

Last updated:

0 purchases

flutter_call_phone_intent Image
flutter_call_phone_intent Images
Add to Cart

Description:

flutter call phone intent

flutter_call_phone_intent #
Description
{When you're done, you can delete the content in this README and update the file with details for others getting started with your repository}
Software Architecture
Software architecture description
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) {})
Contribution

Fork the repository
Create Feat_xxx branch
Commit your code
Create Pull Request

Gitee Feature

You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
Gitee blog blog.gitee.com
Explore open source project https://gitee.com/explore
The most valuable open source project GVP
The manual of Gitee https://gitee.com/help
The most popular members https://gitee.com/gitee-stars/

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.