MaikuB / flutter_local_notifications

A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
2.43k stars 1.38k forks source link

Compile warnings #2376

Closed iosephmagno closed 2 weeks ago

iosephmagno commented 1 month ago

After upgrading to latest flutter Channel Master 3.24.0-1.0.pre.151 and latest flutter local notification version I get compile warning:

Package flutter_local_notifications:linux references flutter_local_notifications_linux:linux as the default plugin, but the package does not exist.
Ask the maintainers of flutter_local_notifications to either avoid referencing a default implementation via `platforms: linux: default_package: flutter_local_notifications_linux` or create a plugin named flutter_local_notifications_linux.
MaikuB commented 1 month ago

You'll need to check your app as this was already raised and resolved. See https://github.com/MaikuB/flutter_local_notifications/issues/2368