net_kit 3.5.1 net_kit: ^3.5.1 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: ^3.5.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';