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 @@ -9,7 +9,7 @@ environment:
flutter: ">=3.0.0"

dependencies:
connectivity_plus: ^6.1.2
connectivity_plus: 7.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.

Inconsistent version specification missing caret prefix

Low Severity

The version 7.0.0 lacks the caret prefix (^) that all other dependencies in this file use (e.g., device_info_plus: ^12.3.0, equatable: ^2.0.8). Should be ^7.0.0 for consistency and to allow compatible updates (patches/minor versions).

Fix in Cursor Fix in Web

dartypod: ^0.2.0
device_info_plus: ^12.3.0
equatable: ^2.0.8
Expand Down