one_request 2.0.4 copy "one_request: ^2.0.4" to clipboard
one_request: ^2.0.4 copied to clipboard

A Flutter package to make HTTP requests with advanced error handling, including Dio and EasyLoading.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add one_request

With Flutter:

 $ flutter pub add one_request

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

dependencies:
  one_request: ^2.0.4

Alternatively, 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:one_request/one_request.dart';
10
likes
0
points
111
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to make HTTP requests with advanced error handling, including Dio and EasyLoading.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, either_dart, flutter, flutter_easyloading

More

Packages that depend on one_request