netanchor 5.0.0 copy "netanchor: ^5.0.0" to clipboard
netanchor: ^5.0.0 copied to clipboard

A swappable, SOLID-compliant networking layer for Flutter & Dart. Adapter pattern over Dio with refresh-token, retry, cache, pagination, and DataKey unwrapping. Zero UI coupling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add netanchor

With Flutter:

 $ flutter pub add netanchor

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

dependencies:
  netanchor: ^5.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:netanchor/netanchor.dart';
4
likes
160
points
51
downloads

Documentation

API reference

Publisher

verified publisherbasuony.com

Weekly Downloads

A swappable, SOLID-compliant networking layer for Flutter & Dart. Adapter pattern over Dio with refresh-token, retry, cache, pagination, and DataKey unwrapping. Zero UI coupling.

Repository (GitHub)
View/report issues

Topics

#networking #http #dio #rest #api

License

MIT (license)

Dependencies

crypto, dio, http_parser

More

Packages that depend on netanchor