-
Notifications
You must be signed in to change notification settings - Fork 50
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
Android apk build error #51
Comments
Same error in Please fix this. I need to deliver to client this week. Please please. |
@ziponia any solution you found. or any workaround for this? |
No. As long as it's not an apk, it builds normally, so it wasn't a very urgent issue for me. If you need to distribute it to your customers right away I don't think the maintainer is interested in this library ;( |
Hi there, It seems to be an issue with the Flutter 3.24.0. It has been reported here and here. As mentioned in the above link adding this workaround in
|
This error should be gone in the latest 3.1.0 version |
Hi! @LeGoffMael
thank you for providing a great package.
I'm in the middle of a migration to version 3.24.0 of flutter, and I noticed that the migration tests in your project run differently than expected.
I expected a problem in my project, but it was not solved, so I tried to clone your project and it is reproducing the problem.
I would appreciate it if you could tell me how to solve it.
Error Print
flutter doctor
Reproduce
flutter pub get
cd example
flutter run --release
orflutter build apk
There seems to be no problem in debug mode or 'flutter build appbundle'.
Additional information
There seems to be no problem in debug mode or 'flutter build appbundle'.
The text was updated successfully, but these errors were encountered: