wechat_video_call 0.0.2 copy "wechat_video_call: ^0.0.2" to clipboard
wechat_video_call: ^0.0.2 copied to clipboard

The Flutter plugin that uses Android accessibility service to automatically dial wechat video/voice calls with one click. - Enable the APP accessibility service in the system setting [Accessibility]. [...]

Pub License Platform Flutter

English | 中文 #

wechat_vdeio_call #

The Flutter plugin that uses Android accessibility service to automatically dial wechat video/voice calls with one click.

Note:

  • Enable the APP accessibility service in the system setting [Accessibility].
  • WeChat must be logged in, and the nickname or note for the video call is already in the friends list.

Platform Support #

Android iOS MacOS Web Linux Windows

Requirements #

  • Flutter >=3.24.0
  • Dart >=3.5.0 <4.0.0
  • Android minSdk 24
  • Java 17
  • Android Gradle Plugin >=8.1.0
  • Gradle wrapper >=8.3

Using plugins #

Request accessibility

bool ret = await WechatVideoCall.requestAccessibilityPermission();

Check accessibility

bool ret = await WechatVideoCall.isAccessibilityPermissionEnabled();

Make a WeChat video call by nickname or remarks

bool ret = await WechatVideoCall.videoCall(nickname);

Warning #

Android Accessibility permissions will be automatically disabled after the APP is killed, you need to enable it again!

Feel free to contribute #

One's maintenance is lonely. If you have good suggestions and changes, feel free to contribute your code.

Thanks to all the people who already contributed!

Thanks #

flutter_accessibility_service
ssss-yao/xiangjian

1
likes
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

The Flutter plugin that uses Android accessibility service to automatically dial wechat video/voice calls with one click. - Enable the APP accessibility service in the system setting [Accessibility]. - Wechat must be logged in, and the nickname or note for the video call is already in the friends list.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on wechat_video_call

Packages that implement wechat_video_call