wechat_video_call 0.0.1
wechat_video_call: ^0.0.1 copied to clipboard
利用Android无障碍服务一键自动拨打微信视频通话的Flutter插件
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.1Alternatively, 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';