network_module 1.1.0 copy "network_module: ^1.1.0" to clipboard
network_module: ^1.1.0 copied to clipboard

A robust, reusable, and testable network layer package for Flutter applications. Built on Dio with structured error handling, caching integration, request cancellation, and comprehensive testing support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_module

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

dependencies:
  network_module: ^1.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:network_module/network_module.dart';
1
likes
150
points
106
downloads

Publisher

unverified uploader

Weekly Downloads

A robust, reusable, and testable network layer package for Flutter applications. Built on Dio with structured error handling, caching integration, request cancellation, and comprehensive testing support.

Repository (GitHub)
View/report issues

Topics

#network #http #dio #api #client

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

dio, dio_cache_interceptor, flutter

More

Packages that depend on network_module