FLUTTER HTTP import "package:http/http.dart" as http;

Hello
i have this message lib/main.dart:2:8: Error: Not found: ‘package:http/http.dart’
import ‘package:http/http.dart’ as http;
^
i already put http: ^0.13.5 in the depencies but it doesn’t work can someone help me

1 Like

This topic was automatically closed after 166 days. New replies are no longer allowed.