custom_api_services 0.0.2 copy "custom_api_services: ^0.0.2" to clipboard
custom_api_services: ^0.0.2 copied to clipboard

A Dio-based network manager with caching, authentication, offline support, progress tracking, and error handling for Flutter/Dart apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_api_services

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

dependencies:
  custom_api_services: ^0.0.2

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:custom_api_services/custom_api_services.dart';
0
likes
135
points
168
downloads

Publisher

verified publishermanishtalreja.in

Weekly Downloads

A Dio-based network manager with caching, authentication, offline support, progress tracking, and error handling for Flutter/Dart apps.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, hive, hive_flutter, http, plugin_platform_interface

More

Packages that depend on custom_api_services

Packages that implement custom_api_services