Skip to content

Commit

Permalink
Fix Parsing Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkoerber committed Nov 26, 2024
1 parent 95dbc1e commit 89e1f40
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
5 changes: 1 addition & 4 deletions lib/personComponent/views/person_details_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,7 @@ class _PersonDetailsViewState extends ConsumerState<PersonDetailsView> {
),
onTap: () => context.push(
roomSearch,
extra: (
personDetails.rooms.first.id,
null,
),
extra: personDetails.rooms.first.id,
),
),
ListTile(
Expand Down
28 changes: 14 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1017,10 +1017,10 @@ packages:
dependency: transitive
description:
name: path_provider_android
sha256: c464428172cb986b758c6d1724c603097febb8fb855aa265aeecc9280c294d4a
sha256: "8c4967f8b7cb46dc914e178daa29813d83ae502e0529d7b0478330616a691ef7"
url: "https://pub.dev"
source: hosted
version: "2.2.12"
version: "2.2.14"
path_provider_foundation:
dependency: transitive
description:
Expand Down Expand Up @@ -1422,10 +1422,10 @@ packages:
dependency: "direct main"
description:
name: sqlite3
sha256: bb174b3ec2527f9c5f680f73a89af8149dd99782fbb56ea88ad0807c5638f2ed
sha256: cb7f4e9dc1b52b1fa350f7b3d41c662e75fc3d399555fa4e5efcf267e9a4fbb5
url: "https://pub.dev"
source: hosted
version: "2.4.7"
version: "2.5.0"
sqlite3_flutter_libs:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1486,34 +1486,34 @@ packages:
dependency: "direct main"
description:
name: syncfusion_flutter_calendar
sha256: "0f049bbc7ea1f86a22db7c9090d967c71dc1c72f36b83393c66090141c37f819"
sha256: "948934cecada4fd977a1097a3ac6c69857b1838b26438da1b2d58e667fa81f45"
url: "https://pub.dev"
source: hosted
version: "27.2.3"
version: "27.2.4"
syncfusion_flutter_charts:
dependency: "direct main"
description:
name: syncfusion_flutter_charts
sha256: "219ae2f8c2cdca5653270a8a3abf4af7165f1f6e1d1db72964e9c3ee96d3c629"
sha256: "1cd2b58b8f2cebbc3f87c470be37cb906d4e3fe4cd16855626071f56ef24fd8f"
url: "https://pub.dev"
source: hosted
version: "27.2.3"
version: "27.2.4"
syncfusion_flutter_core:
dependency: "direct main"
description:
name: syncfusion_flutter_core
sha256: a39ddfb22b30c7cba620fec7dc682e46f151998febd25bca5519c17431084951
sha256: "795530addc930b3b06f4f2fe99a039de276860af505fcf54c4516fbcb838a3cb"
url: "https://pub.dev"
source: hosted
version: "27.2.3"
version: "27.2.4"
syncfusion_flutter_datepicker:
dependency: "direct main"
description:
name: syncfusion_flutter_datepicker
sha256: "5af3301119607fe834ca0d222013102884e6644fc8324430a8ff56f73442e3d5"
sha256: eafdcb6084a3c50d482cf846a59dac86bee3cc3511f62f3b69fea14133ab57be
url: "https://pub.dev"
source: hosted
version: "27.2.3"
version: "27.2.4"
synchronized:
dependency: transitive
description:
Expand Down Expand Up @@ -1686,10 +1686,10 @@ packages:
dependency: transitive
description:
name: vector_graphics_compiler
sha256: ab9ff38fc771e9ee1139320adbe3d18a60327370c218c60752068ebee4b49ab1
sha256: "1b4b9e706a10294258727674a340ae0d6e64a7231980f9f9a3d12e4b42407aad"
url: "https://pub.dev"
source: hosted
version: "1.1.15"
version: "1.1.16"
vector_math:
dependency: transitive
description:
Expand Down

0 comments on commit 89e1f40

Please sign in to comment.