Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zoom sdk 5.9.0 update #25

Open
25LucasAnselmo opened this issue Oct 7, 2022 · 11 comments
Open

zoom sdk 5.9.0 update #25

25LucasAnselmo opened this issue Oct 7, 2022 · 11 comments

Comments

@25LucasAnselmo
Copy link
Contributor

Zoom will set min sdk version to 5.9.0 on android and ios in november. Any prediction to update this?

@25LucasAnselmo
Copy link
Contributor Author

I Created a fork with some changes to update to android 5.10.1 and ios 5.9.0, in case someone needs:
https://github.com/25LucasAnselmo/flutter_zoom

@TheoBo
Copy link

TheoBo commented Dec 20, 2022

big thanks to 25LucasAnselmo, fork works fine using this setup in pubspec.yaml

zoom:
git:
url: https://github.com/25LucasAnselmo/flutter_zoom
ref: main
path: zoom

@TheoBo
Copy link

TheoBo commented Feb 15, 2023

plugin stopped working, zoom window opens and then just closes again, there is no error message

@25LucasAnselmo
Copy link
Contributor Author

@TheoBo try this package:
https://pub.dev/packages/gr_zoom
For now only ios and android works

@TheoBo
Copy link

TheoBo commented Feb 15, 2023

I did try that
loading the plugin like this:

gr_zoom:
git:
url: https://github.com/25LucasAnselmo/gr_zoom

then running:

flutter pub run gr_zoom:unzip_zoom_sdk

afte that use it:
import 'package:gr_zoom/gr_zoom.dart';

but the result is still the same, zoom chat opens, but closes right again.

@25LucasAnselmo
Copy link
Contributor Author

Hmm... This problem only on IOS? I'll update sdk

@TheoBo
Copy link

TheoBo commented Feb 18, 2023

@25LucasAnselmo
i just got it to work one our ago, android and IOS.
What i did is manually copy the Zoom SDK files version 5.10.3 over, copied direct into the pub cache folders.

What is the latest and recommended Zoom SDK version to use with this package?

@25LucasAnselmo
Copy link
Contributor Author

25LucasAnselmo commented Feb 21, 2023

@TheoBo interesting...
GrZoom 1.0.0+2 the sdk version is 5.13.5, on ios and android

@25LucasAnselmo
Copy link
Contributor Author

@TheoBo if you want, put in on pubspec.yaml as dependency
gr_zoom: 1.0.0+2
Pub dev link:
https://pub.dev/packages/gr_zoom

@TheoBo
Copy link

TheoBo commented Feb 28, 2023

@25LucasAnselmo
i did update to the latest version of gr_zoom and now works for IOS and Anroid.
Thanks a lot!

@25LucasAnselmo
Copy link
Contributor Author

@TheoBo cool! You're welcome friend!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants