net_kit 2.1.3-dev copy "net_kit: ^2.1.3-dev" to clipboard
net_kit: ^2.1.3-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

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

dependencies:
  net_kit: ^2.1.3-dev

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:net_kit/net_kit.dart';
4
likes
0
pub points
47%
popularity

Publisher

verified publisherbehzod.dev

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

Homepage
Repository (GitHub)
View/report issues

Topics

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

License

unknown (license)

Dependencies

dio, logger

More

Packages that depend on net_kit