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
Is your feature request related to a problem? Please describe.
Hey I tried building the app on android 14 which resulted in the following error (image below). The app should be able to build for android 14 as compileSdkVersion is set to 34 but somehow its failing. I tried on android 12 (api level 31) but still the app is failing(which is surprising).
Describe the solution you'd like
Seems like the image_cropper package is using a very old version of flutter which maybe supports <= 31. Upgrading the package resulted in dependency problems with qr_code_scanner which is deprecated.
Describe alternatives you've considered
I resolved the dependency problems internally by migrating qr_code_scanner to mobile_scanner which is latest and is made by the same developer (he recommends using it)
Approach to be followed (optional)
I would like to explain the approach further and update the tests for qr_code_scanner. This would result in the app successfully working for android 14
Additional context
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues.
MukalDadhwal
changed the title
Feature Request
Migrating qr_code_scanner to mobile_scanner in talawa mobile
Jan 23, 2025
Is your feature request related to a problem? Please describe.
Hey I tried building the app on android 14 which resulted in the following error (image below). The app should be able to build for android 14 as compileSdkVersion is set to 34 but somehow its failing. I tried on android 12 (api level 31) but still the app is failing(which is surprising).
Describe the solution you'd like
Seems like the
image_cropper
package is using a very old version of flutter which maybe supports <= 31. Upgrading the package resulted in dependency problems withqr_code_scanner
which is deprecated.Describe alternatives you've considered
I resolved the dependency problems internally by migrating
qr_code_scanner
tomobile_scanner
which is latest and is made by the same developer (he recommends using it)Approach to be followed (optional)
I would like to explain the approach further and update the tests for
qr_code_scanner
. This would result in the app successfully working for android 14Additional context
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: