Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
Zoom_SDK
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sai Sebastian
Zoom_SDK
Commits
63ae62bb
Commit
63ae62bb
authored
Sep 27, 2022
by
Sai Sebastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade
parent
4ab990d7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
package_config.json
.dart_tool/package_config.json
+1
-1
build.gradle
android/build.gradle
+4
-2
pubspec.yaml
pubspec.yaml
+1
-1
No files found.
.dart_tool/package_config.json
View file @
63ae62bb
...
...
@@ -170,7 +170,7 @@
"languageVersion"
:
"2.12"
}
],
"generated"
:
"2022-09-27T
09:57:33.859269
Z"
,
"generated"
:
"2022-09-27T
10:43:08.389508
Z"
,
"generator"
:
"pub"
,
"generatorVersion"
:
"2.18.0"
}
android/build.gradle
View file @
63ae62bb
...
...
@@ -75,6 +75,7 @@ dependencies {
androidTestImplementation
'androidx.test.espresso:espresso-core:3.4.0'
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.aar'
,
'*.jar'
],
exclude:
[])
implementation
files
(
'libs/commonlib.aar'
)
implementation
files
(
'libs/mobilertc.aar'
)
//implementation files('libs/commonlib.aar')
compileOnly
files
(
'libs/commonlib.aar'
)
compileOnly
files
(
'libs/mobilertc.aar'
)
}
\ No newline at end of file
pubspec.yaml
View file @
63ae62bb
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.1.
0+4
version
:
1.1.
1+5
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment