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

A Flutter network package built on Dio with intelligent AES-256 encrypted caching, automatic retry, SSL pinning, file uploads, and type-safe Either error handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_network_client

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

dependencies:
  http_network_client: ^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:http_network_client/export.dart';
import 'package:http_network_client/network_service.dart';
1
likes
150
points
10
downloads

Documentation

API reference

Publisher

verified publisherjagaranmaharjan.com

Weekly Downloads

A Flutter network package built on Dio with intelligent AES-256 encrypted caching, automatic retry, SSL pinning, file uploads, and type-safe Either error handling.

Homepage

Topics

#networking #http #caching #dio #flutter

License

MIT (license)

Dependencies

crypto, dartz, dio, encrypt, flutter, hive, http_parser, path, path_provider

More

Packages that depend on http_network_client