-
Notifications
You must be signed in to change notification settings - Fork 385
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
Type cast errors in version 3.1.3 #204
Labels
bug
Something isn't working
Comments
Thanks for your issue, it will be fixed next version. |
LichKing-2234
added a commit
that referenced
this issue
Oct 21, 2020
LichKing-2234
added a commit
that referenced
this issue
Oct 22, 2020
fixed in 3.1.4-rc.0 |
@LichKing-2234 Found some more Type cast errors |
I'm working on it. will raise a PR once done |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
agora_rtc_engine 3.1.3
There are some type cast errors
Example :
_TypeError (type '_InternalLinkedHashMap<dynamic, dynamic>' is not a subtype of type 'Map<String, dynamic>')
To Reproduce
Steps to reproduce the behavior:
Call method
rtcEngine.getUserInfoByUid(uid);
Expected behavior
No typecast errors
Screenshots
flutter doctor -v
The text was updated successfully, but these errors were encountered: