networking 0.0.10+1 copy "networking: ^0.0.10+1" to clipboard
networking: ^0.0.10+1 copied to clipboard

A general purpose HTTP Client for Dart, that is typed and error free.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add networking

With Flutter:

 $ flutter pub add networking

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

dependencies:
  networking: ^0.0.10+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:networking/networking.dart';
2
likes
120
pub points
64%
popularity

Publisher

verified publisheroshanu.art

A general purpose HTTP Client for Dart, that is typed and error free.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dartz, http, meta

More

Packages that depend on networking