Skip to content

Commit

Permalink
Merge branch 'main' into feat/1444
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Jun 24, 2024
2 parents d9aab79 + 49f89fe commit eac3459
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/dart_services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ information, code formatting, and quick fixes for issues.

### Initialize Flutter

The Flutter SDK needs to be downloaded and setup; see
https://docs.flutter.dev/get-started/install.
The Flutter SDK needs to be downloaded and setup; check out
https://flutter.dev/get-started.

### Running

Expand Down
1 change: 1 addition & 0 deletions pkgs/dartpad_ui/lib/execution/execution.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ web.Element _iFrameFactory(int viewId) {
..sandbox.add('allow-scripts')
..sandbox.add('allow-popups')
..sandbox.add('allow-popups-to-escape-sandbox')
..allow += 'clipboard-write; '
..src = 'frame.html'
..style.border = 'none'
..style.width = '100%'
Expand Down
2 changes: 1 addition & 1 deletion pkgs/dartpad_ui/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ class OverflowMenu extends StatelessWidget {
static const _menuItems = [
(
label: 'Install SDK',
uri: 'https://docs.flutter.dev/get-started/install',
uri: 'https://flutter.dev/get-started',
),
(
label: 'Sharing guide',
Expand Down
2 changes: 1 addition & 1 deletion pkgs/dartpad_ui/lib/samples.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgs/samples/lib/brick_breaker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// built using the Flame game engine for Flutter.
///
/// To learn how to build a more complete version of this game yourself,
/// check out the codelab at https://docs.flutter.dev/brick-breaker.
/// check out the codelab at https://flutter.dev/to/brick-breaker.
library;

import 'dart:async';
Expand Down

0 comments on commit eac3459

Please sign in to comment.