AndroidStudio升级到3.3.2后,在写Flutter的时候,使用Colors来编辑颜色都会卡顿,很浪费时间,例如下面的代码 Container( color: Colors.yellow, ), 解决方案 AndroidStudio => Settings => Editor => General => Code Completion ,下图中标注的选项不要打钩,就不会再卡顿了 相关文章: 2021-04-27 2021-08-09 2021-12-16 2022-12-23 2021-12-02 2021-06-07 2021-06-21