anynet 0.1.0-dev.1
anynet: ^0.1.0-dev.1 copied to clipboard
AnyNet is a Flutter networking layer (DEV) with get/post/put/delete helpers, retry, timeout, caching, offline support, logging, and unified error handling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add anynetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
anynet: ^0.1.0-dev.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:anynet/anynet.dart';