flutter_zoom_sdk 1.1.0+4 copy "flutter_zoom_sdk: ^1.1.0+4" to clipboard
flutter_zoom_sdk: ^1.1.0+4 copied to clipboard

Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by EvilRATT

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_zoom_sdk

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

dependencies:
  flutter_zoom_sdk: ^1.1.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_sdk/flutter_zoom_web.dart';
import 'package:flutter_zoom_sdk/webSupport/js_interop.dart';
import 'package:flutter_zoom_sdk/webSupport/stringify_js.dart';
import 'package:flutter_zoom_sdk/webSupport/zoom_js.dart';
import 'package:flutter_zoom_sdk/zoom_options.dart';
import 'package:flutter_zoom_sdk/zoom_platform_view.dart';
import 'package:flutter_zoom_sdk/zoom_view.dart';
84
likes
140
points
19
downloads

Publisher

verified publisherevilrattechnologies.com

Weekly Downloads

Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by EvilRATT

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

crypto, flutter, flutter_web_plugins, js, plugin_platform_interface

More

Packages that depend on flutter_zoom_sdk