-
Notifications
You must be signed in to change notification settings - Fork 45
/
pubspec.yaml
36 lines (32 loc) · 908 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: convenient_test_manager_dart
description: Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
version: 1.5.1
repository: https://github.com/fzyzcjy/flutter_convenient_test
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
args: ^2.3.1
collection: ^1.15.0
convenient_test_common_dart: ^1.0.0
fixnum: ^1.0.0
freezed_annotation: ^2.0.3
get_it: ^7.0.0
grpc: 4.0.0
intl: ">=0.17.0 <0.20.0"
meta: ^1.3.0
mobx: ^2.0.6
protobuf: ^3.0.0
recase: ^4.0.0
synchronized: ^3.0.0
test_api: '>=0.5.1 <0.8.0'
vm_service: '>=11.3.0 <15.0.0'
dependency_overrides:
convenient_test_common_dart:
path: ../convenient_test_common_dart
dev_dependencies:
build_runner: ^2.1.2
freezed: ^2.0.3
json_serializable: ^6.2.0
lint: ">=1.8.2 <3.0.0"
mobx_codegen: ^2.0.6
test: ^1.20.1