Recently i working integrate flutter module to android native app, but i got problem.
- With debug app, flutter module working normal with internet.
- But after release app , flutter module cant connect the internet. The feature of android native still working with internet, but feature of flutter module not work, i cant load image, or some thing.
- So i research, almost solution is add INTERNET permission to android manifest, but it not working. Is anyone facing this issue?
Make flutter module connect internet with release mode.