'Flutter AutoComplete not showing all suggestions

im using intellij idea for flutter, before when i want to use colors or any kind of style in flutter i used to only type any word and a suggestion would pop up with correct suggestions , check the image below plz, i used to type - white - or any color and auto complete suggestion pop up with Colors.white or when i want to change font size i only type (si) and a suggestion window pop up with fontSize,

just recently since 2 days, its not working any more, when i type white, it wont show quick suggestions anymore

white

strange thing is it's working on other places like when i type (cen) it shows correct suggestions (check image below plz) :

center

i have the latest version of intellij idea



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source