You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[camera_android]: Fixes crash when record video on Android versions lower than 12 (#4635)
The the solution of the issue flutter/flutter#109769 in the #7073 causes a crashes when the Android SDK version is lower than 31, due to EncoderProfiles not being found on these devices. This issue was solved putting the EncoderProfiles declaration after the check for SDK version.
based on flutter/plugins#7073 by @camsim99.
Fixesflutter/flutter#109769 in Android lower than 12.
0 commit comments