flutter_zoom_wrapper 0.0.2 copy "flutter_zoom_wrapper: ^0.0.2" to clipboard
flutter_zoom_wrapper: ^0.0.2 copied to clipboard

A lightweight Flutter plugin that wraps the Zoom SDK for Android and iOS. Easily initialize Zoom and join meetings with a clean Dart API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_zoom_wrapper

With Flutter:

 $ flutter pub add flutter_zoom_wrapper

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

dependencies:
  flutter_zoom_wrapper: ^0.0.2

Alternatively, 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:flutter_zoom_wrapper/flutter_zoom_wrapper.dart';
1
likes
0
points
42
downloads

Publisher

verified publishermplifytech.com

Weekly Downloads

A lightweight Flutter plugin that wraps the Zoom SDK for Android and iOS. Easily initialize Zoom and join meetings with a clean Dart API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_jsonwebtoken, flutter, plugin_platform_interface

More

Packages that depend on flutter_zoom_wrapper

Packages that implement flutter_zoom_wrapper