yunxin_meeting 0.1.1-rc.0
yunxin_meeting: ^0.1.1-rc.0 copied to clipboard
A package to start、schedule、join meeting.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yunxin_meetingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
yunxin_meeting: ^0.1.1-rc.0Alternatively, 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:yunxin_meeting/meeting_control.dart';
import 'package:yunxin_meeting/meeting_core.dart';
import 'package:yunxin_meeting/meeting_plugin.dart';
import 'package:yunxin_meeting/meeting_sdk.dart';
import 'package:yunxin_meeting/meeting_sdk_interface.dart';
import 'package:yunxin_meeting/meeting_uikit.dart';