-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
108 lines (94 loc) · 2.74 KB
/
Copy pathpubspec.yaml
File metadata and controls
108 lines (94 loc) · 2.74 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
name: chess_auto_prep
description: Chess tactics trainer and PGN analyzer
publish_to: 'none'
version: 1.15.3
environment:
sdk: '>=3.12.0 <4.0.0'
flutter: ">=3.44.0"
dependencies:
flutter:
sdk: flutter
# Chess functionality
dartchess: ^0.13.1
# UI and state management
cupertino_icons: ^1.0.6
provider: ^6.1.1
# File handling and HTTP
file_picker: ^12.0.0-beta.7
http: ^1.1.2
crypto: ^3.0.6 # SHA-256 for Lichess OAuth PKCE
path_provider: ^2.1.6
path_provider_linux: ^2.2.1
flutter_svg: ^2.0.9
csv: ^8.0.0
share_plus: ^13.1.0 # For exporting/sharing tactics on mobile
shared_preferences: ^2.5.3
stockfish: ^1.7.1
onnxruntime: ^1.4.1
ffi: ^2.1.0
# Persistent eval cache (desktop: Linux / macOS / Windows).
sqflite_common_ffi: ^2.4.2
sqlite3: ^3.3.3
# TWIC master-games download (zip per weekly issue).
archive: ^4.0.9
cdbdirect_flutter_libs:
path: packages/cdbdirect_flutter_libs
path: ^1.9.0
url_launcher: ^6.3.2
fl_chart: ^1.2.0
window_manager: ^0.5.1
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.4
fake_async: ^1.3.1
path_provider_platform_interface: ^2.1.3
plugin_platform_interface: ^2.1.8
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/pieces/
- assets/maia3_simplified.onnx
- assets/data/all_moves_maia3.json
- assets/data/all_moves_maia3_reversed.json
- assets/executables/
- assets/bughouse/
- tools/assets.lock.json
- assets/pgn_collections/
- assets/data/openings/
# Bundled so every desktop renders the same face: with no fonts here Flutter
# falls back to whatever fontconfig (Linux) or the OS (Windows) provides.
# Inter for UI text (drawn for screens at 12-14px, tabular figures);
# Source Code Pro for moves, FENs and evals. Both SIL OFL, see
# assets/fonts/LICENSE-*.txt.
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Regular.ttf
- asset: assets/fonts/Inter-Italic.ttf
style: italic
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-Bold.ttf
weight: 700
- family: SourceCodePro
fonts:
- asset: assets/fonts/SourceCodePro-Regular.ttf
- asset: assets/fonts/SourceCodePro-It.ttf
style: italic
- asset: assets/fonts/SourceCodePro-Semibold.ttf
weight: 600
- asset: assets/fonts/SourceCodePro-Bold.ttf
weight: 700
flutter_launcher_icons:
android: true
ios: false
image_path: "knook.png"
adaptive_icon_background: "#000000"
adaptive_icon_foreground: "knook.png"