Closed khoafornia closed 1 year ago
@khoafornia thanks for your interest in the package.
Yes, the package flutter_local_notifications
has been recently updated to 14.0.0
. I'll update it as soon as possible in the plugin !
@khoafornia your issue should be fixed now, please update alarm
to 1.0.5
and let me know if it works as expected.
You're too fast @gdelataillade! 🙌 I'll give it a try!
Alarm plugin version 1.0.4 Describe the bug Tried to add package with the latest flutter_local_notifications package and got this error:
Because every version of alarm depends on flutter_local_notifications ^13.0.0 and app_name depends on flutter_local_notifications ^14.0.0+1, alarm is forbidden.
To Reproduce Steps to reproduce the behavior:
flutter pub add flutter_local_notifications
thenflutter pub add alarm
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Device info Provide device info (Manufacturer, OS version, ...) Ex: iPhone 13 Pro, iOS 16.2, ...
Additional context Add any other context about the problem here.