Skip to content

Commit

Permalink
doc(devices): updated devices names
Browse files Browse the repository at this point in the history
  • Loading branch information
mdyatlov committed Oct 7, 2024
1 parent 2faaa70 commit 137bce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Future<void> testExecutable(FutureOr<void> Function() testMain) async {

```dart
final defaultDeviceConfigs = {
iPhone13,
pixel5,
iPhone16,
pixel9,
};
```

Expand Down
2 changes: 1 addition & 1 deletion lib/src/configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ See: https://api.flutter.dev/flutter/flutter_test/flutter_test-library.html

/// Set the devices variant on which you want your test to run.
///
/// Eg [iPhone8], [iPhone13], [iPadPro], [desktop], [pixel5].
/// Eg [iPhone8], [iPhone13], [iPhone16], [iPadPro], [desktop], [pixel5], [pixel9].
void setDeviceVariants(Set<WindowConfigData> deviceConfigs) {
_deviceVariant = WindowVariant(deviceConfigs);
}
Expand Down

0 comments on commit 137bce0

Please sign in to comment.