any_link 1.2.2 copy "any_link: ^1.2.2" to clipboard
any_link: ^1.2.2 copied to clipboard

Zero-dependency Flutter HTTP client. Replaces dio, http, connectivity_plus, cached_network_image. Built on dart:io directly. Auth, retry, pagination, batching, logging, and 80+ features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add any_link

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

dependencies:
  any_link: ^1.2.2

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:any_link/any_link.dart';
0
likes
130
points
69
downloads

Documentation

API reference

Publisher

verified publisherramprasadsreerama.co.in

Weekly Downloads

Zero-dependency Flutter HTTP client. Replaces dio, http, connectivity_plus, cached_network_image. Built on dart:io directly. Auth, retry, pagination, batching, logging, and 80+ features.

Repository (GitHub)
View/report issues

Topics

#http #networking #dio #rest #api

License

MIT (license)

Dependencies

flutter

More

Packages that depend on any_link