network_sanitizer 1.0.0 copy "network_sanitizer: ^1.0.0" to clipboard
network_sanitizer: ^1.0.0 copied to clipboard

A powerful HTTP caching and request deduplication library for Flutter/Dart applications using Dio interceptor. Provides efficient network request optimization with configurable caching, automatic requ [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_sanitizer

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

dependencies:
  network_sanitizer: ^1.0.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:network_sanitizer/network_sanitizer.dart';
7
likes
140
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful HTTP caching and request deduplication library for Flutter/Dart applications using Dio interceptor. Provides efficient network request optimization with configurable caching, automatic request deduplication, and cross-platform storage support.

Homepage
Repository (GitHub)
View/report issues

Topics

#networking #caching #dio #http #interceptor

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

cupertino_icons, dio, flutter, hive, hive_flutter

More

Packages that depend on network_sanitizer