-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
70 lines (63 loc) · 1.49 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: kifu_viewer
description: An application to view Shogi games by loading Kifu files.
publish_to: 'none'
version: 0.2.0+dev1
environment:
sdk: '>=2.16.0 <3.0.0'
flutter: ">=2.10.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
file_selector:
file_selector_macos:
file_selector_windows:
file_selector_linux:
file_selector_web:
menubar:
git:
url: git://github.com/google/flutter-desktop-embedding.git
path: plugins/menubar
material_design_icons_flutter:
package_info_plus:
dev_dependencies:
flutter_test:
sdk: flutter
flappy_translator: ^2.0.0-nullsafety.2
flutter_lints:
flutter_launcher_icons:
git:
url: https://github.com/dirkbo/flutter_launcher_icons
dependency_overrides:
shogi:
git:
url: https://github.com/defuncart/shogi
ref: main
flutter_shogi_board:
git:
url: https://github.com/defuncart/flutter_shogi_board
ref: main
flutter:
uses-material-design: true
assets:
- assets/fonts/OFL.txt
fonts:
- family: NotoSansJP
fonts:
- asset: assets/fonts/NotoSansJP-RegularLite.otf
flappy_translator:
input_file_path: "assets_dev/loca/loca.csv"
output_dir: "lib"
file_name: "localizations"
class_name: "AppLocalizations"
delimiter: ";"
start_index: 1
depend_on_context: false
use_single_quotes: true
replace_no_break_spaces: false
flutter_icons:
android: false
ios: false
macos: true
image_path: "assets_dev/icon/icon_macos.png"