I'm using IDEA to develop Flutter programs.
After my latest upgrade of the Flutter plug-in, the automatic prompt for the Flutter plug-in will go wrong.
For example, when I type in Border, the plug-in will automatically prompt Border in all packages (meterial / widget....) and import automatically for me, or even repeat imports.
The same error occurred when I used VSCODE.
I tried to uninstall and reinstall the Flutter plug-in, but the problem was not solved.
How can I solve this problem?
Thanks