w_transport 2.5.0 copy "w_transport: ^2.5.0" to clipboard
w_transport: ^2.5.0 copied to clipboard

outdatedDart 1 only

Platform-agnostic transport library for sending and receiving data over HTTP and WebSocket. HTTP support includes plain-text, JSON, form-data, and multipart data, as well as custom encoding. WebSocket [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add w_transport

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

dependencies:
  w_transport: ^2.5.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_transport/w_transport.dart';
2
likes
0
pub points
86%
popularity

Publisher

verified publisherworkiva.com

Platform-agnostic transport library for sending and receiving data over HTTP and WebSocket. HTTP support includes plain-text, JSON, form-data, and multipart data, as well as custom encoding. WebSocket support includes native WebSockets in the browser and the VM with the option to use SockJS in the browser.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

fluri, http_parser, mime, sockjs_client, stack_trace

More

Packages that depend on w_transport