zoom_native_sdk 0.3.2 copy "zoom_native_sdk: ^0.3.2" to clipboard
zoom_native_sdk: ^0.3.2 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 Dart:

 $ dart pub add zoom_native_sdk

With Flutter:

 $ flutter pub add zoom_native_sdk

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

dependencies:
  zoom_native_sdk: ^0.3.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:zoom_native_sdk/zoom_native_sdk.dart';
14
likes
0
pub points
66%
popularity

Publisher

unverified uploader

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

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on zoom_native_sdk