w_service 1.1.0 copy "w_service: ^1.1.0" to clipboard
w_service: ^1.1.0 copied to clipboard

Dart 1 only

Platform agnostic library for sending and receiving data messages between an application and a server with the ability to shape traffic and transform data through the use of message interceptors.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add w_service

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

dependencies:
  w_service: ^1.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:w_service/w_service.dart';
0
likes
10
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Platform agnostic library for sending and receiving data messages between an application and a server with the ability to shape traffic and transform data through the use of message interceptors.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

fluri, w_transport

More

Packages that depend on w_service