zoom_native_sdk 0.3.5 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
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
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';