forked from ark-brighthustle/flutter_zoom_sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
executable file
·37 lines (33 loc) · 960 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: flutter_zoom_sdk
description: Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by EvilRATT
version: 1.3.12
homepage: https://github.com/evilrat/flutter_zoom_sdk
repository: https://github.com/evilrat/flutter_zoom_sdk
issue_tracker: https://github.com/evilrat/flutter_zoom_sdk/issues
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.8
js: ^0.6.4
crypto: ^3.0.5
dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.evilratt.flutter_zoom_sdk
pluginClass: FlutterZoomSdkPlugin
ios:
pluginClass: FlutterZoomSdkPlugin
windows:
pluginClass: FlutterZoomSdkPluginCApi
web:
pluginClass: ZoomViewWeb
fileName: flutter_zoom_web.dart