netease_meeting 1.0.0-rc.0 copy "netease_meeting: ^1.0.0-rc.0" to clipboard
netease_meeting: ^1.0.0-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 netease_meeting

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

dependencies:
  netease_meeting: ^1.0.0-rc.0

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:netease_meeting/meeting_core.dart';
import 'package:netease_meeting/meeting_kit.dart';
import 'package:netease_meeting/meeting_plugin.dart';
import 'package:netease_meeting/meeting_sdk_interface.dart';
import 'package:netease_meeting/meeting_service.dart';
import 'package:netease_meeting/meeting_uikit.dart';