Skip to content

Commit b16a2de

Browse files
committed
fix: rollback flutter_local_notifications and timezone to stable versions
1 parent f8265e0 commit b16a2de

4 files changed

Lines changed: 24 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Changed
44

5-
* Updated dependency constraints: `dio` ^5.9.2, `skeletonizer` ^2.1.3, `error_stack` ^2.0.1, `flutter_local_notifications` ^21.0.0-dev.2, `timezone` ^0.11.0, `app_badge_plus` ^1.2.7, `uuid` ^4.5.3, `characters` ^1.4.1, `ffi` ^2.2.0, `patrol` ^4.1.1
5+
* Updated dependency constraints: `dio` ^5.9.2, `skeletonizer` ^2.1.3, `error_stack` ^2.0.1, `app_badge_plus` ^1.2.7, `uuid` ^4.5.3, `characters` ^1.4.1, `ffi` ^2.2.0, `patrol` ^4.1.1
66

77
## [7.8.0] - 2026-03-03
88

example/pubspec.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -202,34 +202,34 @@ packages:
202202
dependency: transitive
203203
description:
204204
name: flutter_local_notifications
205-
sha256: cf206c68707773b670340dfeca7fc95f95509f4ca91a544bdd77d03a8106b91e
205+
sha256: "2b50e938a275e1ad77352d6a25e25770f4130baa61eaf02de7a9a884680954ad"
206206
url: "https://pub.dev"
207207
source: hosted
208-
version: "21.0.0-dev.2"
208+
version: "20.1.0"
209209
flutter_local_notifications_linux:
210210
dependency: transitive
211211
description:
212212
name: flutter_local_notifications_linux
213-
sha256: "223bdd6e389a5ec02597fb494c8b3d6b0a9119534f9f45b7feef69cc0ee838e5"
213+
sha256: dce0116868cedd2cdf768af0365fc37ff1cbef7c02c4f51d0587482e625868d0
214214
url: "https://pub.dev"
215215
source: hosted
216-
version: "8.0.0-dev.1"
216+
version: "7.0.0"
217217
flutter_local_notifications_platform_interface:
218218
dependency: transitive
219219
description:
220220
name: flutter_local_notifications_platform_interface
221-
sha256: "2adc3c14a650af4e6235817fbf4335ba14bc3d36d5d497d7104d94e1475d5ddc"
221+
sha256: "23de31678a48c084169d7ae95866df9de5c9d2a44be3e5915a2ff067aeeba899"
222222
url: "https://pub.dev"
223223
source: hosted
224-
version: "11.0.0-dev.1"
224+
version: "10.0.0"
225225
flutter_local_notifications_windows:
226226
dependency: transitive
227227
description:
228228
name: flutter_local_notifications_windows
229-
sha256: e7136082af98f3459552d2cc423f4b27e3010bbddcd1e575d9a270d47d2384d4
229+
sha256: e97a1a3016512437d9c0b12fae7d1491c3c7b9aa7f03a69b974308840656b02a
230230
url: "https://pub.dev"
231231
source: hosted
232-
version: "3.0.0-dev.1"
232+
version: "2.0.1"
233233
flutter_localizations:
234234
dependency: transitive
235235
description: flutter
@@ -467,7 +467,7 @@ packages:
467467
path: ".."
468468
relative: true
469469
source: path
470-
version: "7.8.0"
470+
version: "7.8.1"
471471
objective_c:
472472
dependency: transitive
473473
description:
@@ -717,10 +717,10 @@ packages:
717717
dependency: transitive
718718
description:
719719
name: timezone
720-
sha256: "784a5e34d2eb62e1326f24d6f600aaaee452eb8ca8ef2f384a59244e292d158b"
720+
sha256: dd14a3b83cfd7cb19e7888f1cbc20f258b8d71b54c06f79ac585f14093a287d1
721721
url: "https://pub.dev"
722722
source: hosted
723-
version: "0.11.0"
723+
version: "0.10.1"
724724
typed_data:
725725
dependency: transitive
726726
description:

pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -223,34 +223,34 @@ packages:
223223
dependency: "direct main"
224224
description:
225225
name: flutter_local_notifications
226-
sha256: cf206c68707773b670340dfeca7fc95f95509f4ca91a544bdd77d03a8106b91e
226+
sha256: "2b50e938a275e1ad77352d6a25e25770f4130baa61eaf02de7a9a884680954ad"
227227
url: "https://pub.dev"
228228
source: hosted
229-
version: "21.0.0-dev.2"
229+
version: "20.1.0"
230230
flutter_local_notifications_linux:
231231
dependency: transitive
232232
description:
233233
name: flutter_local_notifications_linux
234-
sha256: "223bdd6e389a5ec02597fb494c8b3d6b0a9119534f9f45b7feef69cc0ee838e5"
234+
sha256: dce0116868cedd2cdf768af0365fc37ff1cbef7c02c4f51d0587482e625868d0
235235
url: "https://pub.dev"
236236
source: hosted
237-
version: "8.0.0-dev.1"
237+
version: "7.0.0"
238238
flutter_local_notifications_platform_interface:
239239
dependency: transitive
240240
description:
241241
name: flutter_local_notifications_platform_interface
242-
sha256: "2adc3c14a650af4e6235817fbf4335ba14bc3d36d5d497d7104d94e1475d5ddc"
242+
sha256: "23de31678a48c084169d7ae95866df9de5c9d2a44be3e5915a2ff067aeeba899"
243243
url: "https://pub.dev"
244244
source: hosted
245-
version: "11.0.0-dev.1"
245+
version: "10.0.0"
246246
flutter_local_notifications_windows:
247247
dependency: transitive
248248
description:
249249
name: flutter_local_notifications_windows
250-
sha256: e7136082af98f3459552d2cc423f4b27e3010bbddcd1e575d9a270d47d2384d4
250+
sha256: e97a1a3016512437d9c0b12fae7d1491c3c7b9aa7f03a69b974308840656b02a
251251
url: "https://pub.dev"
252252
source: hosted
253-
version: "3.0.0-dev.1"
253+
version: "2.0.1"
254254
flutter_localizations:
255255
dependency: "direct main"
256256
description: flutter
@@ -805,10 +805,10 @@ packages:
805805
dependency: "direct main"
806806
description:
807807
name: timezone
808-
sha256: "784a5e34d2eb62e1326f24d6f600aaaee452eb8ca8ef2f384a59244e292d158b"
808+
sha256: dd14a3b83cfd7cb19e7888f1cbc20f258b8d71b54c06f79ac585f14093a287d1
809809
url: "https://pub.dev"
810810
source: hosted
811-
version: "0.11.0"
811+
version: "0.10.1"
812812
typed_data:
813813
dependency: transitive
814814
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ dependencies:
3232
error_stack: ^2.0.1
3333
date_field: ^6.0.3+1
3434
flutter_multi_formatter: ^2.13.10
35-
flutter_local_notifications: ^21.0.0-dev.2
35+
flutter_local_notifications: ^20.1.0
3636
path_provider: ^2.1.5
37-
timezone: ^0.11.0
37+
timezone: ^0.10.0
3838
flutter_timezone: ^5.0.1
3939
app_badge_plus: ^1.2.7
4040
mask_text_input_formatter: ^2.9.0

0 commit comments

Comments
 (0)