requestor 0.0.26 copy "requestor: ^0.0.26" to clipboard
requestor: ^0.0.26 copied to clipboard

A Flutter package for making HTTP requests and downloading files efficiently.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add requestor

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

dependencies:
  requestor: ^0.0.26

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:requestor/requestor.dart';
0
likes
130
points
88
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for making HTTP requests and downloading files efficiently.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on requestor

Packages that implement requestor