zoom_native_sdk 0.3.5 copy "zoom_native_sdk: ^0.3.5" to clipboard
zoom_native_sdk: ^0.3.5 copied to clipboard

Another plugin to join zoom meeting using native android and ios zoom sdk you need to darg and drop zoom ios meeting sdk manually to your application

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add zoom_native_sdk
copied to clipboard

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

dependencies:
  zoom_native_sdk: ^0.3.5
copied to clipboard

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:zoom_native_sdk/zoom_native_sdk.dart';
copied to clipboard
14
likes
160
points
187
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

Another plugin to join zoom meeting using native android and ios zoom sdk you need to darg and drop zoom ios meeting sdk manually to your application

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on zoom_native_sdk