Closed AbirAhsan closed 2 years ago
@AbirAhsan This was fixed per this comment: https://github.com/flutter/flutter/issues/98256#issuecomment-1039419684 So try to switch to latest master to get the fix.
flutter channel master
flutter upgrade
Closing for now, as this is already fixed and available in master. If you still see this issue, write in comments and I'll reopen it.
@AbirAhsan This was fixed per this comment: #98256 (comment) So try to switch to latest master to get the fix.
flutter channel master
flutter upgrade
Closing for now, as this is already fixed and available in master. If you still see this issue, write in comments and I'll reopen it.
when I change channel to master then it's show me this type of error
Execution failed for task ':agora_rtc_engine:compileDebugKotlin'.
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 open a new bug, including the output of flutter doctor -v
and a minimal reproduction of the issue.
I have a existing flutter app which build on before null safety (maybe 1.5 ), which isn't install on Android 12 version. On other Android version, it's working fine. I tried with android:exported, but nothing work. Also tried by removing firebasemessaging intent. but nothing work.
https://stackoverflow.com/q/72163375/12902996
How Can I solve this ?