Skip to content

Commit

Permalink
Add null safety example to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-mit authored Jun 11, 2020
1 parent 3dd8cc4 commit cc5f3f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Dart][awesome-dart].
- [extension_methods](https://github.com/dart-lang/samples/blob/master/extension_methods) -
A set of samples that demonstrates the extension methods syntax and shows
some common use cases of the feature.
- [null_safety/calculate_lix](https://github.com/dart-lang/samples/tree/master/null_safety/calculate_lix) -
A sample app that calculates the 'lix' readability index with an implementation
that uses the tech preview of Dart's new null safety feature.
- [ffi](https://github.com/dart-lang/samples/blob/master/ffi) - A series of
simple examples demonstrating how to call C libraries from Dart.
- [native_app](https://github.com/dart-lang/samples/blob/master/native_app) - A
Expand Down

0 comments on commit cc5f3f7

Please sign in to comment.