Skip to content
Open
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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
timeago: ^3.0.0
flutter_spinkit: ^5.0.0
flutter_windowmanager: ^0.2.0
package_info_plus: ^4.0.0
package_info_plus: ^9.0.0
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this repo commits pubspec.lock (it exists in the repo root and isn’t ignored), bumping package_info_plus to ^9.0.0 should be accompanied by an updated lockfile to keep dependency resolution reproducible (and avoid unexpected version drift across environments). Run flutter pub get / flutter pub upgrade package_info_plus and commit the resulting pubspec.lock changes.

Copilot uses AI. Check for mistakes.
shimmer: ^3.0.0

dev_dependencies:
Expand Down
Loading