chore(deps): bump go_router, file_picker, flutter_local_notifications #532

Merged
guettlibot merged 1 commits from refs/pull/532/head into main 2026-06-07 17:45:24 +00:00
guettlibot commented 2026-06-07 17:42:49 +00:00 (Migrated from codeberg.org)

Summary

Widens the constraints on three direct dependencies so pub resolves to current versions and refreshes pubspec.lock. Brings the "newer versions incompatible with dependency constraints" count from 34 down to 17 (the remainder is gated by transitive analyzer / build_runner constraints and the intentional path_provider_android / url_launcher_android overrides documented in pubspec.yaml:99-108).

Constraint bumps:

Package Old New Notes
go_router ^17.2.3 ^17.3.0 minor
file_picker ^12.0.0-beta.4 ^12.0.0-beta.5 pre-release patch
flutter_local_notifications ^21.0.0 ^22.0.0 major; no public-API break affecting call sites in lib/core/services/notification_service.dart

flutter pub upgrade then refreshed the lock for 22 transitive deps (analyzer 12.1.0, dart_style 3.1.8, hooks 2.0.2, native_toolchain_c 0.19.1, objective_c 9.4.1, etc.).

Test plan

  • dart analyze --fatal-infosNo issues found.
  • flutter test test/unit test/widget — 548/548 pass.
  • dart run build_runner build regenerates byte-identical outputs (no *.g.dart / *.mocks.dart change committed).
  • CI green on this PR.

Closes #530

🤖 Generated with Claude Code

## Summary Widens the constraints on three direct dependencies so `pub` resolves to current versions and refreshes `pubspec.lock`. Brings the "newer versions incompatible with dependency constraints" count from **34 down to 17** (the remainder is gated by transitive `analyzer` / `build_runner` constraints and the intentional `path_provider_android` / `url_launcher_android` overrides documented in `pubspec.yaml:99-108`). Constraint bumps: | Package | Old | New | Notes | |---|---|---|---| | `go_router` | `^17.2.3` | `^17.3.0` | minor | | `file_picker` | `^12.0.0-beta.4` | `^12.0.0-beta.5` | pre-release patch | | `flutter_local_notifications` | `^21.0.0` | `^22.0.0` | major; no public-API break affecting call sites in `lib/core/services/notification_service.dart` | `flutter pub upgrade` then refreshed the lock for 22 transitive deps (analyzer 12.1.0, dart_style 3.1.8, hooks 2.0.2, native_toolchain_c 0.19.1, objective_c 9.4.1, etc.). ## Test plan - [x] `dart analyze --fatal-infos` — `No issues found.` - [x] `flutter test test/unit test/widget` — 548/548 pass. - [x] `dart run build_runner build` regenerates byte-identical outputs (no `*.g.dart` / `*.mocks.dart` change committed). - [ ] CI green on this PR. Closes #530 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.