I've inserted flutter_embedding_debug dependency for android studio intellisense, but it looks like it can break build with new engine versions. So I replaced it with no version specified one, and specified version only when opening this project directly with android studio.
Intellisense has no problem by opening example/android directory. So remove redundant dependency.
I've inserted flutter_embedding_debug dependency for android studio intellisense, but it looks like it can break build with new engine versions. So I replaced it with no version specified one, and specified version only when opening this project directly with android studio.Intellisense has no problem by opening example/android directory. So remove redundant dependency.