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

PlatformAndroid

The Flutter plugin that uses Android accessibility service to automatically dial WeChat video/voice calls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wechat_video_call

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  wechat_video_call: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:wechat_video_call/wechat_video_call.dart';
1
likes
160
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

The Flutter plugin that uses Android accessibility service to automatically dial WeChat video/voice calls.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on wechat_video_call

Packages that implement wechat_video_call