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
20 changes: 18 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.8"
cupertino_ui:
dependency: transitive
description:
name: cupertino_ui
sha256: e9dfe7fac704028f8928cbe4028a0be5e8a709498e8daf8247de99e99a32aef3
url: "https://pub.dev"
source: hosted
version: "1.0.2"
custom_app_bar:
dependency: "direct main"
description:
Expand Down Expand Up @@ -400,10 +408,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: d7a3576cb312649eaa51f2356450aed686085fb58fcdebda5b359aa951eef7ea
sha256: "008ab21d89d0de8ccd79586838f7533f126c2d894f50bf25f2947888d3c225b5"
url: "https://pub.dev"
source: hosted
version: "17.5.0"
version: "18.0.1"
graphs:
dependency: transitive
description:
Expand Down Expand Up @@ -548,6 +556,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.13.0"
material_ui:
dependency: transitive
description:
name: material_ui
sha256: "9c0156b0cf8b3f56d365c8ffe051a720be3cae9eec55119f01e01b986ffb7101"
url: "https://pub.dev"
source: hosted
version: "1.1.1"
meta:
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 @@ -22,7 +22,7 @@ dependencies:
flutter_svg: ^2.3.0
freezed_annotation: ^3.1.0
get_it: ^9.2.1
go_router: ^17.5.0
go_router: ^18.0.1
json_annotation: ^4.12.0
shared_preferences: ^2.5.5
sharp_toggle_switch:
Expand Down
Loading