Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update flutter_local_notifications to 18.0.0 #2628

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions packages/neon_framework/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -521,28 +521,27 @@ packages:
flutter_local_notifications:
dependency: transitive
description:
path: flutter_local_notifications
ref: d9789d8496545ca2c5a42b78b9f49dc8efe2929b
resolved-ref: d9789d8496545ca2c5a42b78b9f49dc8efe2929b
url: "https://github.com/MaikuB/flutter_local_notifications"
source: git
version: "17.2.3"
name: flutter_local_notifications
sha256: "725145682706fb0e5a30f93e5cb64f3df7ed7743de749bd555b22bf75ee718c0"
url: "https://pub.dev"
source: hosted
version: "18.0.0"
flutter_local_notifications_linux:
dependency: transitive
description:
name: flutter_local_notifications_linux
sha256: c49bd06165cad9beeb79090b18cd1eb0296f4bf4b23b84426e37dd7c027fc3af
sha256: "8f685642876742c941b29c32030f6f4f6dacd0e4eaecb3efbb187d6a3812ca01"
url: "https://pub.dev"
source: hosted
version: "4.0.1"
version: "5.0.0"
flutter_local_notifications_platform_interface:
dependency: transitive
description:
name: flutter_local_notifications_platform_interface
sha256: "85f8d07fe708c1bdcf45037f2c0109753b26ae077e9d9e899d55971711a4ea66"
sha256: "6c5b83c86bf819cdb177a9247a3722067dd8cc6313827ce7c77a4b238a26fd52"
url: "https://pub.dev"
source: hosted
version: "7.2.0"
version: "8.0.0"
flutter_localizations:
dependency: transitive
description: flutter
Expand Down
9 changes: 2 additions & 7 deletions packages/neon_framework/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ dependencies:
sdk: flutter
flutter_bloc: ^8.1.6
flutter_blurhash: ^0.8.2
# https://github.com/MaikuB/flutter_local_notifications/pull/2418
flutter_local_notifications:
git:
url: https://github.com/MaikuB/flutter_local_notifications
ref: d9789d8496545ca2c5a42b78b9f49dc8efe2929b
path: flutter_local_notifications
flutter_local_notifications: ^18.0.0
flutter_localizations:
sdk: flutter
flutter_material_design_icons: ^1.1.7296
Expand Down Expand Up @@ -94,7 +89,7 @@ dev_dependencies:
path: packages/cookie_store_conformance_tests
crypton: ^2.2.1
custom_lint: ^0.7.0
flutter_local_notifications_platform_interface: ^7.2.0
flutter_local_notifications_platform_interface: ^8.0.0
flutter_test:
sdk: flutter
go_router_builder: ^2.7.1
Expand Down