问题
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