flutterx_http 1.1.4-dev
flutterx_http: ^1.1.4-dev copied to clipboard
A useful wrapper library of dart.dev http library for HTTP requests.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutterx_httpThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutterx_http: ^1.1.4-devAlternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutterx_http/flutterx_http.dart';