callkitnet 1.0.0 copy "callkitnet: ^1.0.0" to clipboard
callkitnet: ^1.0.0 copied to clipboard

A powerful networking package built on top of Dio with automatic logging, token management, retry support, file upload/download, request cancellation and generic model parsing.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add callkitnet

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

dependencies:
  callkitnet: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:callkitnet/callkitnet.dart';
2
likes
80
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful networking package built on top of Dio with automatic logging, token management, retry support, file upload/download, request cancellation and generic model parsing.

Homepage

License

MIT (license)

Dependencies

connectivity_plus, dio, path

More

Packages that depend on callkitnet