Skip to content

Commit

Permalink
Finalize cleanup of features relying on old DartPad (#5552)
Browse files Browse the repository at this point in the history
- Introduces how to use the exercises on the async await and iterables
codelab pages
- Updates some mentions of already removed DartPad features (old
channel, HTML, etc)
- Replaces "Try Dart" embedded DartPad that's on homepage with simple
embed
- For now, it can rely on the samples present in the DartPad UI, which
we plan to add to
  - Can revisit custom examples in the future.
- A bit of a loss, but the current ones don't show Dart's newest, most
powerful futures anyway
  
Closes #5382
Closes #2578
  • Loading branch information
parlough authored Feb 15, 2024
1 parent f16a528 commit 7a4480d
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 4,042 deletions.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
analyzer:
exclude: [_site, site-shared, src, tmp, tool/dartpad_picker, tool/get_dart]
exclude: [_site, site-shared, src, tmp, tool/get_dart]
1 change: 1 addition & 0 deletions src/_sass/_dash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ $dash-max-width: 1330px;
iframe {
flex: 1;
border: 1px solid $dash-dartpad-border;
resize: none;
}
}
}
Expand Down
Loading

0 comments on commit 7a4480d

Please sign in to comment.