any_link 1.2.1
any_link: ^1.2.1 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_linkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
any_link: ^1.2.1Alternatively, 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';