after upgrading to flutter 3.0.0 / 3.0.1, suggestion or autocomplete code not work, can't call initState completion, or setState suggestion :
what i have tried to do to fix :
- flutter upgrade
- restart my computer
- flutter clean
- flutter pub get
- flutter pub upgrade
and still not work.
dart sdk setting & flutter sdk setting :

flutter plugin & dart plugin :

i did try to downgrade flutter to 2.10.5, and the auto-suggestion works without any problems. what's wrong with flutter 3? any steps needed to upgrade that I missed? please help me, thank you so much for your help

