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

retracted

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

Publisher

verified publisherbehzod.dev

Network Kit 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

License

unknown (license)

Dependencies

dio

More

Packages that depend on net_kit