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

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: ^0.1.1

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';
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 #vexana

License

unknown (license)

Dependencies

dartz, dio, equatable, flutter

More

Packages that depend on net_kit