On the master channel, the "Open Widget Sample" feature creates the Counter sample, not the sample that was selected.
Steps to Reproduce
- open the Flutter framework package in IntelliJ
- Navigate to src/material/chips.dart
- select the onDeleted widget sample and hit "Go..."

- Observe that the sample is the counter sample, not the sample in the docs.
Flutter doctor output
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v1.9.6-pre.57, on Mac OS X 10.14.6 18G84, locale
en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 10.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 3.4)
[✓] Android Studio
[✓] IntelliJ IDEA Ultimate Edition (version 2019.2)
[✓] VS Code (version 1.37.1)
[✓] Connected device (1 available)
• No issues found!
On the master channel, the "Open Widget Sample" feature creates the Counter sample, not the sample that was selected.
Steps to Reproduce
Flutter doctor output