normally the package should be imported like this:
import 'package:http/http.dart' as http;
but now I get this error:
[dart] Target of URI doesn't exist: 'package:http/http.dart'. [uri_does_not_exist]
did it somehow changed in the new updates of Flutter? if so, how can I perform a get request now?



















