Android build fails on Flutter main, in flutter_local_notifications #771
Labels
a-Android
Issues specific to Android, or requiring Android-specific work
Milestone
@sm-sayedi reported the following error trying to run the app on Android:
After some investigation, this is MaikuB/flutter_local_notifications#2329 . It occurs when running a Flutter version from commit flutter/flutter@f23dbc5 up through current main.
For now, the workaround is to use a slightly older Flutter version. For example:
to get the same commit that's currently our minimum, so the version that was tested when I did the most recent upgrade yesterday.
I pinged the author of the relevant upstream change in the Flutter Discord (in #hackers-android), and he's investigated and has a fix. So probably the
package:flutter_local_notifications
author will take that fix and make a release, and then we'll upgrade to that.The text was updated successfully, but these errors were encountered: