http_auto 1.0.2 copy "http_auto: ^1.0.2" to clipboard
http_auto: ^1.0.2 copied to clipboard

Designed to reduce boilerplate code when working with authenticated APIs in Flutter and Dart applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_auto

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

dependencies:
  http_auto: ^1.0.2

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_auto/http_auto.dart';
1
likes
135
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Designed to reduce boilerplate code when working with authenticated APIs in Flutter and Dart applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, http, jwt_decoder

More

Packages that depend on http_auto