-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpubspec.yaml
36 lines (33 loc) · 910 Bytes
/
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
name: w_transport
version: 5.2.3
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
environment:
sdk: '>=2.19.0 <3.0.0'
dependencies:
fluri: ^2.0.0
http_parser: '>=3.1.4 <5.0.0'
meta: ^1.16.0
mime: '>=0.9.6+3 <2.0.0'
quiver: '>=2.1.5 <4.0.0'
sockjs_client_wrapper: ^1.3.0
collection: ^1.15.0
dev_dependencies:
_test_server:
path: _test_server
build_runner: ^2.0.0
build_test: ^2.0.0
build_web_compilers: '>=3.0.0 <5.0.0'
dart_dev: ^4.0.0
dart_style: ^2.2.4
dependency_validator: ^3.0.0
http_server: ^1.0.0
mocktail: ^1.0.3
test: ^1.16.5
uuid: ^4.0.0
workiva_analysis_options: ^1.0.2
dependency_validator:
exclude:
- example/**
ignore:
- mockito