Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Dart][awesome-dart].
common use cases of the feature.
- [null_safety/calculate_lix](https://github.com/dart-lang/samples/tree/main/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.
implementation that uses the Dart null safety feature.
- [ffi](https://github.com/dart-lang/samples/tree/main/ffi) - A series of
simple examples demonstrating how to call C libraries from Dart.
- [isolates](https://github.com/dart-lang/samples/tree/main/isolates) - Command line
Expand Down
Loading