I am currently experiencing situation when i install dependencies it never get dowloaded in dart packages . When looking into it deeper, I've found that the packages never actually install themselves into the flutter packages folder.
The response I'm getting is exit code 0, with no error actual being reported.
When I put in my import 'package:http/http.dart'; it just shows up as a problem. i tried to clean the flutter , restart the flutter but it did't work for me.