one_request 0.0.4
one_request: ^0.0.4 copied to clipboard
Handle http request, error and loading at a time. Very simple to use and easy to understand.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add one_requestThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
one_request: ^0.0.4Alternatively, 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:one_request/one_request.dart';