I have installed the latest version of IntelliJ with the latest version of the flutter plugin. But when I trigger the code completion (Command + Space) for something like List
, I see this being added to the imports
import 'dart:core' as prefix0;
and my List
becomes
prefix0.List
Anything I can do to avoid this annoying bug ?
[EDIT] You can find the flutter doctor output and the screen recording link in here - https://pastebin.com/zXPxwtFA