network_plus 0.0.1 copy "network_plus: ^0.0.1" to clipboard
network_plus: ^0.0.1 copied to clipboard

A powerful network package for Flutter built on top of DIO, designed to streamline API development with features like caching, logging, and local data storage management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_plus

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

dependencies:
  network_plus: ^0.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_plus/network_plus.dart';
0
likes
120
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful network package for Flutter built on top of DIO, designed to streamline API development with features like caching, logging, and local data storage management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

dio, dio_cache_interceptor, dio_cache_interceptor_hive_store, dio_http2_adapter, flutter, flutter_dotenv, freezed, freezed_annotation, get_it, logger, shared_preferences

More

Packages that depend on network_plus