Important thing is i have upgraded flutter version in between and warning was shown up (until it was performing nicely)
This is warning message but for that I have performed fllowing things
android:name="flutterEmbedding"
android:value="2" />
flutter clean
flutter update
flutter pub cache repair
invalidate cache and restart android studio
deleted .gradle folder
GeneratedPluginRegistrant.java
for rebuilding plugins fileStill warning persist all above steps was copied from stackoverflow and GitHub
Does it caused by copying plugin from git to my project root directory that may be not correct but i have performed that also.
I think 3rd command must be flutter upgrade
rather than flutter update
.
I don't have enough points to comment, so added an answer.