There was an error fetching the commit references. Please try again later.
Prevent crashes on range errors when selecting device (#129290)
Prevent the cli from crashing when a user selects a number that is not valid for `flutter run` device selection Fixes issue: - https://github.com/flutter/flutter/issues/129191 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
Showing
- packages/flutter_tools/lib/src/runner/target_devices.dart 1 addition, 1 deletionpackages/flutter_tools/lib/src/runner/target_devices.dart
- packages/flutter_tools/test/general.shard/runner/target_devices_test.dart 63 additions, 10 deletions..._tools/test/general.shard/runner/target_devices_test.dart
Please register or sign in to comment