mx_http 0.0.7+1
mx_http: ^0.0.7+1 copied to clipboard
http connection tool, and supporting automatic generation of request entity code.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mx_httpWith Flutter:
$ flutter pub add mx_httpThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mx_http: ^0.0.7+1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mx_http/mx_http.dart';