A small formatting question using Flutter with Android Studio:
I want to change the name in my pubspec.yaml file (I have changed my app's name since starting).
The minor (but very time intensive) issue is if I change the name I then need to update all my import statements in my files which turns into quite a large task (I regret not using relative import statements).
So I am wondering if there an easier way to do this?