forked from xkeyC/fluam_app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
65 lines (59 loc) · 1.47 KB
/
pubspec.yaml
File metadata and controls
65 lines (59 loc) · 1.47 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
name: fluam_app
description: A flarum (flarum.org) application, Seamlessly uses all the flarum sites you add.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# some ICON
font_awesome_flutter: ^8.12.0
# http io
http: ^0.13.0
# html decoder
html: ^0.15.0
# show site start level
flutter_rating_bar: ^4.0.0
# for save conf
hive: ^2.0.0
hive_flutter: ^1.0.0
# for get App path
path_provider: ^2.0.1
# for use some crypto encoder
crypto: ^3.0.0
# for windows
win32: ^2.0.4
msix: ^0.1.19
# for desktop
waterfall_flow: ^3.0.1
ffi: ^1.0.0
# for open_url
url_launcher: ^6.0.2
dev_dependencies:
flutter_test:
sdk: flutter
hive_generator: ^1.0.0
build_runner: ^1.11.5
flutter:
uses-material-design: true
assets:
- assets/icon.png
flutter_intl:
enabled: true
msix_config:
display_name: Fluam
publisher_display_name: XkeyC Studio
identity_name: cn.xkeyc.fluam
msix_version: 1.0.0.0
certificate_path: ./windows/CERTIFICATE.pfx
publisher: 'E=me@xkeyc.cn, CN=xkeyc, OU=xkeyc.cn, O=XkeyC Studio, L=BeiJing, S=BeiJing, C=CN'
logo_path: assets/icon.png
start_menu_icon_path: assets/icon.png
tile_icon_path: assets/icon.png
#vs_generated_images_folder_path: ./assets_windows
icons_background_color: transparent
architecture: x64
capabilities: 'internetClient,location'