From 5935c7c42beb1a9e39b1ad79b908b0e1ddce7e38 Mon Sep 17 00:00:00 2001 From: imshubham22apr-gif Date: Tue, 17 Feb 2026 15:02:18 +0530 Subject: [PATCH] docs: remove outdated null safety tech preview mention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e065a6..132cbda 100644 --- a/README.md +++ b/README.md @@ -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