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

A Flutter networking SDK for API communication, authentication, interceptors, caching, and offline queue handling.

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.3

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
160
points
15
downloads

Documentation

API reference

Publisher

verified publishergenxtech.it.com

Weekly Downloads

A Flutter networking SDK for API communication, authentication, interceptors, caching, and offline queue handling.

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