anynet 0.1.0-dev.1 copy "anynet: ^0.1.0-dev.1" to clipboard
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 anynet

This 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.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:anynet/anynet.dart';
0
likes
150
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

AnyNet is a Flutter networking layer (DEV) with get/post/put/delete helpers, retry, timeout, caching, offline support, logging, and unified error handling.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on anynet