zoom_meeting_glmv 0.2.0
zoom_meeting_glmv: ^0.2.0 copied to clipboard
Zoom Meeting SDK for Flutter with Dart-level control over the in-meeting UI: hide the meeting ID, passcode, invite link, share, participants and more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zoom_meeting_glmvThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zoom_meeting_glmv: ^0.2.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:zoom_meeting_glmv/zoom_meeting_glmv.dart';