wechat_video_call 0.0.2
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]. [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add wechat_video_callWith Flutter:
$ flutter pub add wechat_video_callThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
wechat_video_call: ^0.0.2Alternatively, your editor might support dart pub get or 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';