I got a strange problem that related to the Flutter. This is due to the problem that Flutter Release apk cannot connect the internet on android 11.0 mobile device (the device is Samsung A71). However when I tested the Flutter Release apk on android 8.0 mobile device and other virtual device (for all version of android), they don't have such problem. I tried all the possible solution (like add the permission to access the internet), and updated the flutter to the newest version (2.0.4), but the problem still occurs. As I searched the related questions, no such case is happened for others. I would like to ask how to solve this kind of problem? Thanks!