Flutter import http

MoonhaloSUZ·2023년 4월 29일
0

Flutter

목록 보기
5/5

import 'package:http/http.dart' as http;

http를 import하려면

pubspec.yaml 파일의
"dependencies:" 에 "http: ^0.13.5"를 추가해야하한다

그 후에도 아래와 같은 불평이 생긴다면

터미널에서 해당 프로젝트 루트에 "flutter pub get" 을 실행하면

완료!

0개의 댓글