flutter_zoom_wrapper 0.0.4 copy "flutter_zoom_wrapper: ^0.0.4" to clipboard
flutter_zoom_wrapper: ^0.0.4 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 Flutter:

 $ flutter pub add flutter_zoom_wrapper

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

dependencies:
  flutter_zoom_wrapper: ^0.0.4

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:flutter_zoom_wrapper/flutter_zoom_wrapper.dart';
1
likes
160
points
41
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)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dart_jsonwebtoken, flutter

More

Packages that depend on flutter_zoom_wrapper

Packages that implement flutter_zoom_wrapper