- Notifications
You must be signed in to change notification settings - Fork29.7k
Closed
Labels
a: null-safetySupport for Dart's null safety featured: intellijDevTools related - IntelliJ/flutter issues (most should be tracked in flutter/flutter-intellij)found in release: 2.0Found to occur in 2.0found in release: 2.1Found to occur in 2.1has reproducible stepsThe issue has been confirmed reproducible and is ready to work on
Description
use?[] withList thenctrl+s ,showReload not performed Analysis issues found , as image show above.
environment: sdk: '>=2.12.0 <3.0.0Steps to Reproduce
- define
List<String?>? dataListglobal - add
var item = dataList?[0]; ctrl+sto hotLoad
Expected results: hotLoad success
Actual results: Reload not performed Analysis issues found
but hotLoad workaround with click ⚡️ button
Logs
Doctor summary (to see all details, run flutter doctor -v):[✓] Flutter (Channel unknown, 2.0.2, on macOS 11.2.3 20D91 darwin-x64, locale zh-Hans-CN)[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)[✓] Chrome - develop for the web[✓] Android Studio (version 4.1)[✓] IntelliJ IDEA Ultimate Edition (version 2018.3.5)[!] Proxy Configuration ! NO_PROXY is not set[✓] Connected device (3 available)Metadata
Metadata
Assignees
Labels
a: null-safetySupport for Dart's null safety featured: intellijDevTools related - IntelliJ/flutter issues (most should be tracked in flutter/flutter-intellij)found in release: 2.0Found to occur in 2.0found in release: 2.1Found to occur in 2.1has reproducible stepsThe issue has been confirmed reproducible and is ready to work on
