net_kit 5.3.0+1-dev copy "net_kit: ^5.3.0+1-dev" to clipboard
net_kit: ^5.3.0+1-dev copied to clipboard

Netkit is a library that provides a set of tools to work with network requests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add net_kit

With Flutter:

 $ flutter pub add net_kit

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

dependencies:
  net_kit: ^5.3.0+1-dev

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:net_kit/net_kit.dart';
5
likes
160
points
1.16k
downloads

Publisher

verified publisherbehzod.dev

Weekly Downloads

Netkit is a library that provides a set of tools to work with network requests.

Repository (GitHub)
View/report issues

Topics

#network #network-manager #remote-data #dio

Documentation

API reference

Funding

Consider supporting this project:

github.com
buymeacoffee.com

License

MIT (license)

Dependencies

dio

More

Packages that depend on net_kit