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
33 changes: 31 additions & 2 deletions App/serval_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.9"
cupertino_ui:
dependency: transitive
description:
name: cupertino_ui
sha256: "2137c0d41f3b62cc4d3d2495e6c354bd6b6133cd21c6bb155736cc31dbd49a11"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
dart_webrtc:
dependency: transitive
description:
Expand Down Expand Up @@ -286,6 +294,11 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.0.0"
flutter_localizations:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
flutter_riverpod:
dependency: "direct main"
description:
Expand Down Expand Up @@ -388,10 +401,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: d7a3576cb312649eaa51f2356450aed686085fb58fcdebda5b359aa951eef7ea
sha256: "2e7fcb9ac4d52ec06cd940552f12e66ee71fccbcadb09a067cb9fe20462b5bf3"
url: "https://pub.dev"
source: hosted
version: "17.5.0"
version: "18.0.0"
hooks:
dependency: transitive
description:
Expand Down Expand Up @@ -432,6 +445,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.8.0"
intl:
dependency: transitive
description:
name: intl
sha256: "1ca20c894b1717686a2319b8548763d812bc0aabdac580420a44c5178c57a867"
url: "https://pub.dev"
source: hosted
version: "0.20.3"
io:
dependency: transitive
description:
Expand Down Expand Up @@ -544,6 +565,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.13.0"
material_ui:
dependency: transitive
description:
name: material_ui
sha256: "7ba1ca315d50a004791dbab290417c52a61466d56db2822fe3c5c2994903110c"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
media_kit:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion App/serval_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies:

# Real URLs on the web build: linkable routes, reload that lands where you were, a back button
# that stays in the app. The route tree is in lib/router/.
go_router: ^17.3.0
go_router: ^18.0.0

# The sparklines under the vitals meters. The one property this chart cannot get wrong is the
# fiddly one: a sample the Server could not measure has to be a *break* in the line, never a dip
Expand Down
Loading