network_api_sdk 0.1.1 copy "network_api_sdk: ^0.1.1" to clipboard
network_api_sdk: ^0.1.1 copied to clipboard

A production-ready Flutter networking SDK for standardized API communication, authentication (login + refresh), interceptors, offline caching, request queueing, persistence, and response normalization.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add network_api_sdk

With Flutter:

 $ flutter pub add network_api_sdk

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

dependencies:
  network_api_sdk: ^0.1.1

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:network_api_sdk/network_api_sdk.dart';
2
likes
145
points
15
downloads

Documentation

API reference

Publisher

verified publishergenxtech.it.com

Weekly Downloads

A production-ready Flutter networking SDK for standardized API communication, authentication (login + refresh), interceptors, offline caching, request queueing, persistence, and response normalization.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #networking #sdk #authentication #offline

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter_secure_storage, meta, path_provider

More

Packages that depend on network_api_sdk