forked from Workiva/w_transport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
50 lines (43 loc) · 1.32 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: w_transport
version: 3.2.8
description: >
Transport library for sending HTTP requests and opening WebSockets.
Platform-independent with builtin support for browser and Dart VM (even
supports SockJS). Includes mock utilities for testing.
homepage: https://github.com/Workiva/w_transport
authors:
- Workiva Client Platform Team <clientplatform@workiva.com>
- Dustin Lessard <dustin.lessard@workiva.com>
- Evan Weible <evan.weible@workiva.com>
- Jay Udey <jay.udey@workiva.com>
- Max Peterson <maxwell.peterson@workiva.com>
- Trent Grover <trent.grover@workiva.com>
environment:
sdk: '>=1.24.3 <3.0.0'
dependencies:
dart2_constant: ^1.0.1
fluri: ^1.2.2
http_parser: '>=2.2.0 <4.0.0'
meta: ^1.1.0
mime: ^0.9.3
sockjs_client:
git:
url: git://github.com/Workiva/sockjs-dart-client.git
ref: 0.3.5
sockjs_client_wrapper: ^1.0.5
dev_dependencies:
build_runner: ">=0.6.0 <2.0.0"
build_test: ">=0.9.0 <1.0.0"
build_web_compilers: ">=0.2.0 <1.0.0"
coverage: ">=0.10.0 <0.13.0"
dart_dev: ^2.0.0
dart_style: ^1.0.8
dependency_validator: ^1.2.1
http_server: ^0.9.6
mockito: ">=2.0.2 <4.0.0"
test: ">=0.12.30 <2.0.0"
uuid: ">=0.5.3 <2.0.0"
# Need to retain this transformers section until we drop Dart1 support completely.
transformers:
- test/pub_serve:
$include: test/**_test.dart