Skip to content

Commit

Permalink
Update null-safety.md (flutter#4908)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwalrath authored Oct 22, 2020
1 parent 54dbdef commit 53a51c6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/docs/null-safety.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ title: Null safety in Flutter
description: Find out how to use non-nullable types in your Flutter code.
---

**Flutter doesn't support null safety yet.**
You can now experiment with non-nullable types in your Flutter code!
For details, see the wiki page
[Experimenting with null safety in Flutter][wiki].

Once the Flutter framework supports experimenting with non-nullable types,
this page will have
Flutter-specific tips and techniques for using and migrating to null safety.
[wiki]: https://github.com/flutter/flutter/wiki/Experimenting-with-null-safety-in-Flutter

Until then,
see the [Dart null safety documentation][].
For information about the feature, see the [Dart null safety documentation][].

[Dart null safety documentation]: {{site.dart-site}}/null-safety
[Dart null safety documentation]: {{site.dart-site}}/null-safety

0 comments on commit 53a51c6

Please sign in to comment.