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

Flutter HTTP, optional WebSocket, and optional connectivity notices. One import; every feature can be skipped or turned off.

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: ^3.1.0

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';
11
likes
160
points
240
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter HTTP, optional WebSocket, and optional connectivity notices. One import; every feature can be skipped or turned off.

Homepage
Repository (GitHub)
View/report issues

Topics

#http #dio #websocket #network #rest

License

GPL-3.0 (license)

Dependencies

connectivity_plus, dart_either, dio, flutter, flutter_easyloading, logging, vector_math, web_socket_channel

More

Packages that depend on one_request