From 9dcf3c83cf7aec8608ed124f37a5c7c172408243 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Mon, 8 Jan 2024 16:12:35 +0100 Subject: [PATCH] Don't mention deprecated MultiWidgetSelector --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c330441..dfcec7d0 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ You can even save them top-level and reuse them across multiple tests. ```dart spot(); -final MultiWidgetSelector textFields = +final WidgetSelector textFields = spot().spot().spot(); final WidgetSelector usernameTextField =