Using android-studio for flutter development. After creating a new flutter app I created another file named
home.dart
But android-studio is not recognizing the file. The page won't show autocomplete or anything. 
Also I can see that home.dart don't have the globe symbol before the file name(in left side like other files). If I put any other file name it works fine. Could someone find what's the issue?
Update
I think its some sort of bug. I even tried creating a fresh project and tried the same. If I put another name it works fine(I tried hom.dart and it works). But if I rename it as home.dart it is having this weird error.
Thank you
