From 9756689ac3a73e819e3f29a61f800c55d8ddde08 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 24 Sep 2024 11:45:09 -0700 Subject: [PATCH] misc updates to the dartpad UI (#3064) --- pkgs/dartpad_ui/lib/widgets.dart | 2 +- pkgs/dartpad_ui/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/dartpad_ui/lib/widgets.dart b/pkgs/dartpad_ui/lib/widgets.dart index b3993d144..84d060310 100644 --- a/pkgs/dartpad_ui/lib/widgets.dart +++ b/pkgs/dartpad_ui/lib/widgets.dart @@ -232,7 +232,7 @@ class MediumDialog extends StatelessWidget { } class GoldenRatioCenter extends StatelessWidget { - final Widget? child; + final Widget child; const GoldenRatioCenter({ required this.child, diff --git a/pkgs/dartpad_ui/pubspec.yaml b/pkgs/dartpad_ui/pubspec.yaml index 5ef36a4aa..a1ee047c8 100644 --- a/pkgs/dartpad_ui/pubspec.yaml +++ b/pkgs/dartpad_ui/pubspec.yaml @@ -6,7 +6,7 @@ environment: sdk: ^3.4.0 dependencies: - collection: any + collection: ^1.19.0 dartpad_shared: any flutter: sdk: flutter @@ -22,7 +22,7 @@ dependencies: split_view: ^3.2.1 url_launcher: ^6.3.0 vtable: ^0.4.0 - web: ^0.5.1 + web: ^1.0.0 dev_dependencies: flutter_test: