forked from mmcc007/screenshots
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpubspec.yaml
46 lines (41 loc) · 1 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
name: screenshots
description: Auto-generation of screenshots for Apple and Play Stores using emulators, simulators and real devices. Includes support for multiple locales and framing. Compatible with fastlane.
version: 3.0.0
homepage: https://github.com/mmcc007/screenshots
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
args: ^2.3.0
yaml: ^3.1.0
# resource: ^2.1.7
path: ^1.8.0
file: ^6.1.2
archive: ^3.1.2
platform: ^3.0.0
process: ^4.2.3
meta: ^1.7.0
# intl: any # ">=0.15.0 <1.0.0"
# tool_mobile: ^2.0.0
build: ^2.1.1
tool_base: ^2.0.0
tool_mobile: ^3.0.0
dev_dependencies:
build_runner: ^2.1.4
test: ^1.19.2
# test_api: ^0.2.5
mockito: ^5.0.16
pedantic: ^1.8.0+1
quiver: '>=2.0.0 <3.0.0'
fake_process_manager: ^0.2.0
collection: any
dependency_overrides:
fake_process_manager:
path: ../fake_process_manager
tool_mobile:
path: ../tool_mobile
tool_base:
path: ../tool_base
# tool_base_test:
# path: ../tool_base_test
executables:
screenshots: main