one_request 1.0.1 copy "one_request: ^1.0.1" to clipboard
one_request: ^1.0.1 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_request

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  one_request: ^1.0.1

Alternatively, 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';
6
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Handle http request, error and loading at a time. Very simple to use and easy to understand.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

dio, either_dart, flutter, flutter_easyloading

More

Packages that depend on one_request