http_api_handler 1.0.1 copy "http_api_handler: ^1.0.1" to clipboard
http_api_handler: ^1.0.1 copied to clipboard

A Flutter package for handling HTTP API requests with ease, including file uploads and downloads.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_api_handler

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

dependencies:
  http_api_handler: ^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:http_api_handler/http_api_handler.dart';
2
likes
150
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for handling HTTP API requests with ease, including file uploads and downloads.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

file_picker, flutter, http, logger

More

Packages that depend on http_api_handler