@@ -32,12 +32,7 @@ int? aNullableInt = null;
32
32
You can
33
33
[ use null safety] ( #enable-null-safety ) in your normal development environment,
34
34
[ migrate existing code] [ migration guide ] to use null safety,
35
- enable null safety in [ DartPad] ( {{site.dartpad}} ) ,
36
- or learn about null safety using
37
- [ DartPad with Null Safety] [ nullsafety.dartpad.dev ]
38
- (shown in the following screenshot).
39
-
40
- ![ Screenshot of DartPad in null-safe mode] ( /null-safety/dartpad-snippet.png )
35
+ or try null safety in [ DartPad] ( {{site.dartpad}} ) .
41
36
42
37
For an interactive, example-driven introduction to null safety language features,
43
38
see the [ null safety codelab] [ Null safety codelab ] .
@@ -135,7 +130,7 @@ For more information about null safety, see the following resources:
135
130
* [Understanding null safety][]
136
131
* [Migration guide for existing code][migration guide]
137
132
* [Null safety FAQ][]
138
- * [DartPad with null safety][nullsafety .dartpad.dev]
133
+ * [DartPad with null safety]({{site .dartpad}})
139
134
* [Null safety sample code][calculate_lix]
140
135
* [Null safety tracking issue][110]
141
136
* [Dart blog][]
@@ -147,6 +142,5 @@ For more information about null safety, see the following resources:
147
142
[migration guide] : /null-safety/migration-guide
148
143
[Null safety FAQ] : /null-safety/faq
149
144
[Null safety codelab] : /codelabs/null-safety
150
- [nullsafety.dartpad.dev] : https://nullsafety.dartpad.dev
151
145
[Understanding null safety] : /null-safety/understanding-null-safety
152
146
0 commit comments