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

outdated

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 Flutter:

 $ flutter pub add work

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

dependencies:
  work: ^2.0.3

Alternatively, your editor might support 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
0
points
526
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

unknown (license)

Dependencies

dio, flutter, http_parser, meta, mime, path, pedantic

More

Packages that depend on work