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

package not supported for andriod 13 #49

Closed
paramesh0 opened this issue May 3, 2023 · 2 comments
Closed

package not supported for andriod 13 #49

paramesh0 opened this issue May 3, 2023 · 2 comments

Comments

@paramesh0
Copy link

Android versions below 12 will function without issue. Other than that, Android 13 does not allow this. any other option for this.

@Ayman-Barghout
Copy link
Contributor

It works on Android 13 for us, can you please provide what error or issues you are facing or more information?

@paramesh0
Copy link
Author

paramesh0 commented May 3, 2023

Android 13: Any other issues not thrown but the same code run will be below the version.

Flutter version : 3.7.10
Testing Mobile Version: google pixel 4a (andriod 13)
Android Studio Dolphin 2021.3.1 Patch 1

They are fully functional on Android 12. But on Android 13, any issues are not thrown, and errors also do not occur.

below code attached:
try { var calls = await CallKeep.instance.activeCalls(); if (calls.isNotEmpty) { final myMap = Map<String, dynamic>.from(calls[0].toMap()); return CallKeepData.fromJson(json: myMap); } else { return null; } } catch (ex) { return null; }

Unhandled Exception: MissingPluginException(No implementation found for method startCall on channel flutter_callkeep)

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