Android Studio won't import packages and @override method automatically for flutter app development

拜拜、爱过 提交于 2020-02-05 07:14:25

问题


Auto completion or auto import packages/override methods in Android Studio for Flutter doesn't work. Every time i need to write the code manually.

But while coding with native android or java, it imports packages and override methods automatically. In-fact i configure for auto import/code generation under

Settings -> Editor -> Code Style -> Dart -> Code Generation

Is there any other process to configure android studio for auto completion ?

Or should i use IntelliJ IDEA ?

来源:https://stackoverflow.com/questions/51238710/android-studio-wont-import-packages-and-override-method-automatically-for-flut

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!