flutter_network_plus 0.1.0 copy "flutter_network_plus: ^0.1.0" to clipboard
flutter_network_plus: ^0.1.0 copied to clipboard

An enterprise-grade, Dio-free networking foundation for Flutter: pluggable transport adapters, JWT auto-refresh with request queueing, smart retries, circuit breaker, TTL cache with stale-while-revali [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_network_plus

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

dependencies:
  flutter_network_plus: ^0.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:flutter_network_plus/flutter_network_plus.dart';
0
likes
130
points
82
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An enterprise-grade, Dio-free networking foundation for Flutter: pluggable transport adapters, JWT auto-refresh with request queueing, smart retries, circuit breaker, TTL cache with stale-while-revalidate, offline queue, SSL pinning, request signing, mocking, and a live network inspector.

Repository (GitHub)
View/report issues

Topics

#network #http #cache #offline #interceptor

License

MIT (license)

Dependencies

connectivity_plus, crypto, flutter, flutter_secure_storage, meta, path_provider

More

Packages that depend on flutter_network_plus