Skip to content

Commit

Permalink
Don't mention deprecated MultiWidgetSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jan 8, 2024
1 parent a6614bb commit 9dcf3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You can even save them top-level and reuse them across multiple tests.
```dart
spot<ElevatedButton>();
final MultiWidgetSelector<TextField> textFields =
final WidgetSelector<TextField> textFields =
spot<LoginScreen>().spot<LoginForm>().spot<TextField>();
final WidgetSelector<TextField> usernameTextField =
Expand Down

0 comments on commit 9dcf3c8

Please sign in to comment.