-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (26 loc) · 811 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (26 loc) · 811 Bytes
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
name: automated_testing_framework_plugin_connectivity
description: Library to use provide connectivity related test steps to the Automated Testing Framework.
homepage: https://github.com/peiffer-innovations/automated_testing_framework_plugin_connectivity
version: 3.0.1+2
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
automated_testing_framework: ^3.1.0
connectivity: ^3.0.3
convert: ^3.0.0
flutter:
sdk: flutter
form_validation: ^2.0.0
json_class: ^2.0.0
logging: ^1.0.1
static_translations: ^2.0.1
# dependency_overrides:
# automated_testing_framework:
# path: ../automated_testing_framework
# automated_testing_framework_models:
# path: ../automated_testing_framework_models
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true