MaikuB / flutter_local_notifications

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

Update dependency timezone to latest #2450

Closed shatanikmahanty closed 5 days ago

shatanikmahanty commented 5 days ago

Time zone database updated to 2024b.

Because of the above change, the authors of timezone released timezone v10.0.0. Please update to the latest version as flutter local notifications depends on v0.9.0 of timezone.

MaikuB commented 5 days ago

This should be resolved now with 18.0.1 but if your app uses http package then you would need to bump your app's dependency on it for it to work

shatanikmahanty commented 5 days ago

This should be resolved now with 18.0.1 but if your app uses http package then you would need to bump your app's dependency on it for it to work

Thanks @MaikuB!