This package is a great idea. flutter_local_notifications is solid, but clearly the API is too low-level for garden variety notification handling. Please consider updating this to work with the current flutter_local_notifications. If I don't force version 5 in pubspec, I get the usual long narrative about dependency conflicts. If I do force version 5, I think that clarifies the issue, which seems to be:
Because every version of locally depends on flutter_local_notifications ^1.4.1 and MoodTriggers2 depends on flutter_local_notifications ^5.0.0+1, locally is forbidden.
This package is a great idea. flutter_local_notifications is solid, but clearly the API is too low-level for garden variety notification handling. Please consider updating this to work with the current flutter_local_notifications. If I don't force version 5 in pubspec, I get the usual long narrative about dependency conflicts. If I do force version 5, I think that clarifies the issue, which seems to be:
Because every version of locally depends on flutter_local_notifications ^1.4.1 and MoodTriggers2 depends on flutter_local_notifications ^5.0.0+1, locally is forbidden.