-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
47 lines (41 loc) · 1.02 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
name: simulator
description: "A (not just) device simulator for Flutter. Makes building multi-platform UIs a breeze"
version: 0.3.4
homepage: https://github.com/kekland/simulator
platforms:
linux:
macos:
windows:
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.19.0"
dependencies:
flutter:
sdk: flutter
flutter_box_transform: ^0.4.4
shared_preferences: ^2.2.2
cupertino_icons: ^1.0.6
path_provider: ^2.1.2
macos_window_utils: ^1.5.0
url_launcher: ^6.2.4
window_manager: ^0.4.2
dev_dependencies:
flutter_lints: ^2.0.0
flutter:
assets:
- assets/skins/pixel_2/
- assets/skins/pixel_2_xl/
- assets/skins/pixel_3/
- assets/skins/pixel_3_xl/
- assets/skins/pixel_3a/
- assets/skins/pixel_3a_xl/
- assets/skins/pixel_4/
- assets/skins/pixel_4_xl/
- assets/skins/pixel_2/
- assets/skins/pixel_4a/
- assets/skins/pixel_5/
- assets/skins/pixel_6/
- assets/skins/pixel_6_pro/
- assets/skins/pixel_6a/
- assets/skins/pixel_7/
- assets/skins/pixel_7_pro/