Skip to content
Open
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
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,10 @@ packages:
dependency: "direct main"
description:
name: drift_flutter
sha256: ccfb42bc942e59f81500b16228df59cf8eb40d2fbd96637ff677df923350af7b
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Updated SHA256 hash for drift_flutter in pubspec.lock. This reflects the change to a newer version of the package, ensuring integrity.

Suggested change
sha256: ccfb42bc942e59f81500b16228df59cf8eb40d2fbd96637ff677df923350af7b
sha256: b7534bf320aac5213259aac120670ba67b63a1fd010505babc436ff86083818f

sha256: b7534bf320aac5213259aac120670ba67b63a1fd010505babc436ff86083818f
url: "https://pub.dev"
source: hosted
version: "0.2.5"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The version of drift_flutter has been updated to 0.2.7 in pubspec.lock. This ensures consistency with pubspec.yaml and leverages the latest stable release.

Suggested change
version: "0.2.5"
version: "0.2.7"

version: "0.2.7"
drift_sync_core:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies:
internet_connection_checker_plus: ^2.2.0
intl: ^0.20.2
drift: ^2.26.1
drift_flutter: ^0.2.4
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Updated drift_flutter to version ^0.2.7. Keeping this dependency up-to-date is good for accessing the latest database features and stability improvements.

Suggested change
drift_flutter: ^0.2.4
drift_flutter: ^0.2.7

drift_flutter: ^0.2.7
carousel_slider: ^5.1.1
popover: ^0.3.1
collection: ^1.19.1
Expand Down
Loading