-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsa: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsd: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/found in release: 3.7Found to occur in 3.7Found to occur in 3.7found in release: 3.9Found to occur in 3.9Found to occur in 3.9frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
The following comment is repeated several times in flutter_test/lib/src/controller.dart and flutter_test/lib/src/event_simulation.dart:
/// Some platforms (e.g. Windows, iOS) are not yet supported.When, #43948 landed (the PR which added these comments), simulating key events for Windows and iOS were not supported. Since then Windows and iOS support were added as shown in KeyEventSimulator._osIsSupported:
flutter/packages/flutter_test/lib/src/event_simulation.dart
Lines 63 to 73 in ccfa0bd
| static bool _osIsSupported(String platform) { | |
| switch (platform) { | |
| case 'android': | |
| case 'fuchsia': | |
| case 'macos': | |
| case 'linux': | |
| case 'web': | |
| case 'ios': | |
| case 'windows': | |
| return true; | |
| } |
Metadata
Metadata
Assignees
Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsa: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsd: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/found in release: 3.7Found to occur in 3.7Found to occur in 3.7found in release: 3.9Found to occur in 3.9Found to occur in 3.9frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Type
Projects
Status
Done (PR merged)