The essential IntelliJ/Android Studio plugin for making working with Flutter easier than ever!
GNU General Public License v3.0
286
stars
30
forks
source link
ADD breadcrumbs should show location inside function calls #274
Open
allanlaal opened 8 months ago
since flutter is a mess of method(calling(another(method())) "stairs", it would be helpful to see where you are in that structure in breadcrumbs
current:
Scene > build()
expected:
Scene > build() > Container > ListView.builder > Container > Row > Spacer