Skip to content

Commit 761224b

Browse files
parloughTony Sansone
authored and
Tony Sansone
committed
Finalize cleanup of features relying on old DartPad (dart-lang#5552)
- 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 dart-lang#5382 Closes dart-lang#2578
1 parent 69aca9d commit 761224b

18 files changed

+46
-4042
lines changed

analysis_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
analyzer:
2-
exclude: [_site, site-shared, src, tmp, tool/dartpad_picker, tool/get_dart]
2+
exclude: [_site, site-shared, src, tmp, tool/get_dart]

src/_sass/_dash.scss

+1
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ $dash-max-width: 1330px;
363363
iframe {
364364
flex: 1;
365365
border: 1px solid $dash-dartpad-border;
366+
resize: none;
366367
}
367368
}
368369
}

0 commit comments

Comments
 (0)