Skip to content
Closed
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 @@ -18,7 +18,7 @@ dependencies:
sdk: flutter
http: ^1.2.2
opentelemetry: ^0.18.10
package_info_plus: ^8.0.1
package_info_plus: 9.0.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing caret in version constraint breaks consistency

Low Severity

The package_info_plus version constraint changed from ^8.0.1 to 9.0.0, dropping the caret (^). All other dependencies in this file use caret notation (e.g., ^6.1.2, ^12.3.0). Without the caret, this pins to exactly version 9.0.0 and won't receive patch updates like 9.0.1 or 9.0.2 that may contain bug fixes or security patches. The expected version constraint is likely ^9.0.0.

Fix in Cursor Fix in Web

path_provider: ^2.1.5
plugin_platform_interface: ^2.0.2
shared_preferences: ^2.3.3
Expand Down