Skip to content

Commit

Permalink
misc updates to the dartpad UI (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Sep 24, 2024
1 parent 3bc38eb commit 9756689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/dartpad_ui/lib/widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class MediumDialog extends StatelessWidget {
}

class GoldenRatioCenter extends StatelessWidget {
final Widget? child;
final Widget child;

const GoldenRatioCenter({
required this.child,
Expand Down
4 changes: 2 additions & 2 deletions pkgs/dartpad_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ^3.4.0

dependencies:
collection: any
collection: ^1.19.0
dartpad_shared: any
flutter:
sdk: flutter
Expand All @@ -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:
Expand Down

0 comments on commit 9756689

Please sign in to comment.