forked from alesimula/wsa_pacman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
54 lines (45 loc) · 1.19 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
53
name: wsa_pacman
description: A GUI package manager and package installer for Windows Subsystem for Android (WSA).
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
fluent_ui:
git: https://github.com/bdlukaa/fluent_ui.git
shared_value: ^2.1.0
synchronized: ^3.0.0
provider: ^6.0.0
system_theme: ^1.0.1
bitsdojo_window: ^0.1.1+1
flutter_acrylic: #^0.1.0
git: https://github.com/alexmercerind/flutter_acrylic.git
url_strategy: ^0.2.0
yaml: ^3.1.0
#transparent_pointer: ^1.0.0
archive: ^3.1.6
#flutter_svg: ^0.23.0+1
jovial_svg: ^1.0.6
protobuf: ^2.0.0
#path_provider: ^2.0.6
mdi: ^5.0.0-nullsafety.0
win32: ^2.3.0
base32: ^2.1.1
charset: ^0.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_native_splash: ^1.1.7+1
flutter_lints: ^1.0.4
flutter:
uses-material-design: true
assets:
- assets/icons/missing_icon_background.xml
- assets/icons/missing_icon_foreground.xml
- assets/icons/missing_icon_legacy.svg
- assets/images/logo.png
flutter_native_splash:
color: "#42a5f5"
image: web/assets/flutter_logo.png