diff --git a/pkgs/dart_services/pubspec.yaml b/pkgs/dart_services/pubspec.yaml index 36eaec92c..690e02788 100644 --- a/pkgs/dart_services/pubspec.yaml +++ b/pkgs/dart_services/pubspec.yaml @@ -26,13 +26,13 @@ dependencies: dev_dependencies: build_runner: ^2.4.9 collection: ^1.18.0 - dart_flutter_team_lints: ^2.1.1 + dart_flutter_team_lints: ^3.0.0 grinder: ^0.9.5 json_serializable: any package_config: ^2.1.0 shelf_router_generator: ^1.1.0 synchronized: ^3.1.0 - test: ^1.24.9 + test: ^1.25.2 test_descriptor: ^2.0.1 dependency_overrides: diff --git a/pkgs/dartpad_shared/pubspec.yaml b/pkgs/dartpad_shared/pubspec.yaml index 9bed6f1a6..146ddc255 100644 --- a/pkgs/dartpad_shared/pubspec.yaml +++ b/pkgs/dartpad_shared/pubspec.yaml @@ -1,15 +1,15 @@ name: dartpad_shared description: Shared code between the DartPad frontend and backend. -publish_to: 'none' +publish_to: none environment: - sdk: ^3.2.0 + sdk: ^3.3.0 dependencies: - http: ^1.1.0 + http: ^1.2.1 json_annotation: ^4.9.0 dev_dependencies: - build_runner: ^2.4.5 - dart_flutter_team_lints: ^2.1.1 + build_runner: ^2.4.9 + dart_flutter_team_lints: ^3.0.0 json_serializable: ^6.8.0 diff --git a/pkgs/dartpad_ui/lib/samples.g.dart b/pkgs/dartpad_ui/lib/samples.g.dart index 10a75b52e..acdeca93c 100644 --- a/pkgs/dartpad_ui/lib/samples.g.dart +++ b/pkgs/dartpad_ui/lib/samples.g.dart @@ -538,7 +538,7 @@ class _ChatScreenState extends State { class ApiKeyWidget extends StatelessWidget { ApiKeyWidget({required this.onSubmitted, super.key}); - final ValueChanged onSubmitted; + final ValueChanged onSubmitted; final TextEditingController _textController = TextEditingController(); @override @@ -732,7 +732,7 @@ class _ChatWidgetState extends State { } void _showError(String message) { - showDialog( + showDialog( context: context, builder: (context) { return AlertDialog( diff --git a/pkgs/dartpad_ui/pubspec.yaml b/pkgs/dartpad_ui/pubspec.yaml index 474228865..f7c4bbafe 100644 --- a/pkgs/dartpad_ui/pubspec.yaml +++ b/pkgs/dartpad_ui/pubspec.yaml @@ -10,24 +10,24 @@ dependencies: dartpad_shared: any flutter: sdk: flutter - flutter_markdown: ^0.6.22 + flutter_markdown: ^0.7.1 flutter_web_plugins: sdk: flutter fluttering_phrases: ^1.0.0 - go_router: ^13.0.0 - http: ^1.2.0 - json_annotation: ^4.8.1 + go_router: ^14.1.4 + http: ^1.2.1 + json_annotation: ^4.9.0 pointer_interceptor: ^0.10.0 - provider: ^6.1.0 + provider: ^6.1.2 split_view: ^3.2.0 - url_launcher: ^6.2.2 + url_launcher: ^6.3.0 vtable: ^0.4.0 - web: ^0.5.0 + web: ^0.5.1 dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^3.0.0 + flutter_lints: ^4.0.0 test: any flutter: diff --git a/pkgs/samples/lib/google_ai.dart b/pkgs/samples/lib/google_ai.dart index 97b306f93..966ce9597 100644 --- a/pkgs/samples/lib/google_ai.dart +++ b/pkgs/samples/lib/google_ai.dart @@ -62,7 +62,7 @@ class _ChatScreenState extends State { class ApiKeyWidget extends StatelessWidget { ApiKeyWidget({required this.onSubmitted, super.key}); - final ValueChanged onSubmitted; + final ValueChanged onSubmitted; final TextEditingController _textController = TextEditingController(); @override @@ -256,7 +256,7 @@ class _ChatWidgetState extends State { } void _showError(String message) { - showDialog( + showDialog( context: context, builder: (context) { return AlertDialog( diff --git a/pkgs/samples/pubspec.yaml b/pkgs/samples/pubspec.yaml index 9f2bbdd4f..10af3285a 100644 --- a/pkgs/samples/pubspec.yaml +++ b/pkgs/samples/pubspec.yaml @@ -1,22 +1,22 @@ name: samples description: Sample code snippets for DartPad. -publish_to: 'none' +publish_to: none environment: sdk: ^3.3.0 dependencies: - flame: ^1.16.0 + flame: ^1.17.0 flutter: sdk: flutter - flutter_markdown: ^0.6.19 - google_generative_ai: ^0.2.0 - url_launcher: ^6.2.4 + flutter_markdown: ^0.7.1 + google_generative_ai: ^0.4.2 + url_launcher: ^6.3.0 dev_dependencies: args: ^2.4.0 flutter_lints: ^3.0.0 - path: ^1.8.0 + path: ^1.9.0 flutter: uses-material-design: true