인터넷에 get사용법은 많으나 post 사용법이 별로 없어서 포스팅을 하게 되었다.
1. pubspec.yaml에
를 추가한다.
2. 다음을 임포트한다.
import 'dart:async';
import 'package:http/http.dart' as http;
import 'dart:convert';
3.
이와 같은 형식으로 사용한다. url에는 각자의 상황에 맞게 설정하면 된다.
'안드로이드 > Flutter' 카테고리의 다른 글
github에서 라이브러리를 가져오는 방법 (0) | 2020.05.15 |
---|---|
Flutter - how to use custom Icons (0) | 2020.05.14 |
flutter dialog width change (0) | 2020.05.11 |
Taps, drags, and other gestures (0) | 2020.05.07 |
How to make a right size of Widgets in Flutter (0) | 2020.05.06 |