forked from trygvis/screenshots
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
52 lines (47 loc) · 1.21 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
51
52
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.1.2
homepage: https://github.com/mmcc007/screenshots
environment:
sdk: ">=3.0.0"
dependencies:
args: ^2.3.0
yaml: ^3.1.0
# resource: ^2.1.7
path: ^1.8.0
file: ^7.0.0
archive: ^3.1.2
platform: ^3.0.0
process: ^5.0.2
meta: ^1.7.0
# intl: any # ">=0.15.0 <1.0.0"
# tool_mobile: ^2.0.0
build: ^2.1.1
tool_mobile:
git:
url: https://github.com/meltzow/tool_mobile.git
tool_base:
git:
url: https://github.com/meltzow/tool_base.git
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: ^3.0.0
# fake_process_manager: ^0.2.0
collection: any
integration_test:
sdk: flutter
dependency_overrides:
# fake_process_manager:
# git: https://github.com/trygvis/fake_process_manager
tool_mobile:
git: https://github.com/meltzow/tool_mobile
tool_base:
git: https://github.com/meltzow/tool_base
# tool_base_test:
# path: ../tool_base_test
executables:
screenshots: main