Flutter Showing Blank Cross (X) Icons
I got a native android app (maintained by a team). I have added the flutter app to this existing android app. This flutter app is basically a flutter module rather than a flutter p
Solution 1:
You can also try this step.
flutter clean
after thenflutter pub get
and final you can run this project.And let me know.
I hope it's work.
Solution 2:
Fixed the above problem. The problem was with the flutter module build. When I rebuild the module by "flutter build aar", that solved the issue.
Post a Comment for "Flutter Showing Blank Cross (X) Icons"