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

Production-ready HTTP networking for Flutter. Auto-handles tokens, refresh, retry, logging, and typed errors.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_caller_http

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

dependencies:
  network_caller_http: ^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:network_caller_http/network_caller_http.dart';
3
likes
160
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Production-ready HTTP networking for Flutter. Auto-handles tokens, refresh, retry, logging, and typed errors.

Homepage
Repository (GitHub)
View/report issues

Topics

#networking #http #api #rest #http-client

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, http, network_caller_core

More

Packages that depend on network_caller_http