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 @@ -27,7 +27,7 @@ dependencies:
# Drift is a reactive persistence library for Flutter and Dart, built on top of SQLite.
drift: ^2.28.1
# Service locator
get_it: ^8.2.0
get_it: ">=8.2.0 <10.0.0"
# A composable, Future-based library for making HTTP requests.
http: ^1.2.2
# Convenient code generator for get_it
Expand Down
Loading