HTTPリクエストを処理するflutterのパッケージ。 なんだけど、中華圏だけでorganizationができてて、OSSが展開されていることに驚きをかくせない
import 'package:dio/dio.dart'; void getHttp() async { try { Response response = await Dio().get("http://www.google.com"); print(response); } catch (e) { print(e); } }
HTTPリクエストを処理するflutterのパッケージ。 なんだけど、中華圏だけでorganizationができてて、OSSが展開されていることに驚きをかくせない
import 'package:dio/dio.dart'; void getHttp() async { try { Response response = await Dio().get("http://www.google.com"); print(response); } catch (e) { print(e); } }