Skip to content
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

update flutter_local_notifications #1149

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

atavism
Copy link
Contributor

@atavism atavism commented Aug 15, 2024

CI Android builds were failing because of the following:

/Users/runner/.pub-cache/hosted/pub.dev/flutter_local_notifications-17.1.2/android/src/main/java/com/dexterous/flutterlocalnotifications/FlutterLocalNotificationsPlugin.java:1033: error: reference to bigLargeIcon is ambiguous
> Task :flutter_local_notifications:compileSideloadJavaWithJavac FAILED
      bigPictureStyle.bigLargeIcon(null);
                     ^
  both method bigLargeIcon(Bitmap) in BigPictureStyle and method bigLargeIcon(Icon) in BigPictureStyle match
1 error

Using the latest version of flutter_local_notifications resolves the issue

@atavism atavism merged commit cd2ffd5 into main Aug 16, 2024
2 checks passed
@atavism atavism deleted the atavism/update-flutter-local-notifications branch August 16, 2024 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant