work 6.0.2 copy "work: ^6.0.2" to clipboard
work: ^6.0.2 copied to clipboard

Encapsulate http business interface protocol, provide limited extension functions, isolate the underlying implementation method of http (currently based on dio).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add work

With Flutter:

 $ flutter pub add work

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

dependencies:
  work: ^6.0.2

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:work/work.dart';
1
likes
130
pub points
36%
popularity

Publisher

unverified uploader

Encapsulate http business interface protocol, provide limited extension functions, isolate the underlying implementation method of http (currently based on dio).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, http_parser, meta, mime, path

More

Packages that depend on work