Http not working in old android phones (Flutter)
Advertisements I added http package to my FLUTTER project and it works fine on the emulator but on old phones it’s not working . How to make it work on old phone ? >Solution : Usually on dart you should have a .pem file that contains the encryption in your assets folder then you can… Read More Http not working in old android phones (Flutter)