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
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -627,10 +627,10 @@ packages:
dependency: "direct main"
description:
name: get_it
sha256: ae78de7c3f2304b8d81f2bb6e320833e5e81de942188542328f074978cc0efa9
sha256: "1d648d2dd2047d7f7450d5727ca24ee435f240385753d90b49650e3cdff32e56"
url: "https://pub.dev"
source: hosted
version: "8.3.0"
version: "9.2.0"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -803,10 +803,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
url: "https://pub.dev"
source: hosted
version: "1.16.0"
version: "1.17.0"
mime:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
bloc: ^9.0.0 # For State
flutter_bloc: ^9.1.0 # For State
intl: ^0.20.2 # For Internationalization (not used yet)
get_it: ^8.0.3 # For singleton service instances
get_it: ">=8.0.3 <10.0.0" # For singleton service instances
table_calendar: ^3.0.1 # For calender
url_launcher: ^6.0.9 # For memes
action_cable: ^1.2.0 # For messaging
Expand Down