mx_request 1.0.1 mx_request: ^1.0.1 copied to clipboard
可自動化生成request請求內容的工具, 核心為使用dio進行發送自動生成的request請求.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mx_request
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
mx_request: ^1.0.1
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mx_request/mx_request.dart';