forked from lichess-org/mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
116 lines (102 loc) · 3.03 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
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
109
110
111
112
113
114
115
name: lichess_mobile
description: Lichess mobile app V2
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 0.1.0+11
environment:
sdk: ">=2.18.2 <3.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
flutter_riverpod: ^2.3.2
riverpod_annotation: ^2.0.1
freezed_annotation: ^2.2.0
json_annotation: ^4.7.0
http: ^0.13.5
flutter_appauth: ^4.2.1
flutter_secure_storage: ^8.0.0
logging: ^1.1.0
shared_preferences: ^2.1.0
cached_network_image: ^3.2.2
dartchess:
git:
url: https://github.com/lichess-org/dartchess.git
ref: 9b0d50cf0416a78ef8510220eefc302b3c613b19
chessground:
git:
url: https://github.com/lichess-org/flutter-chessground.git
ref: 522e1e404084580ff4d8936963a483481f84de22
soundpool: ^2.3.0
meta: ^1.8.0
tuple: ^2.0.1
deep_pick: ^1.0.0
timeago: ^3.3.0
collection: ^1.16.0 # can't upgrade because of flutter_test
fast_immutable_collections: ^9.0.0
result_extensions:
git:
url: https://github.com/veloce/result_extensions.git
ref: b2c283a9554dab416da89e1334b842b87257002d
async: ^2.10.0
package_info_plus: ^3.0.2
url_launcher: ^6.1.9
flutter_layout_grid: ^2.0.1
sqflite: ^2.2.5
path: ^1.8.2
connectivity_plus: ^3.0.3
share_plus: ^6.3.1
fl_chart:
git:
url: https://github.com/veloce/fl_chart.git
ref: 07c4f15a701a175d3efefc68b4e90b38c76caff3
stream_transform: ^2.1.0
flutter_native_splash: ^2.2.19
dev_dependencies:
build_runner: ^2.3.2
riverpod_generator: ^2.1.0
dart_code_metrics: ^5.7.0
flutter_test:
sdk: flutter
freezed: ^2.2.1
json_serializable: ^6.5.4
lint: ^2.0.1
mocktail: ^0.3.0
mockito: ^5.4.0
sqflite_common_ffi: ^2.2.2
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/sounds/
- assets/board-thumbnails/
- assets/images/
fonts:
- family: LichessIcons
fonts:
- asset: assets/fonts/LichessIcons.ttf
- family: SocialIcons
fonts:
- asset: assets/fonts/SocialIcons.ttf
# Enable generation of localized Strings from arb files.
generate: true
flutter_native_splash:
color: '#ffffff'
image: assets/images/logo-black.png
color_dark: '#000000'
image_dark: assets/images/logo-white.png
android_12:
color: '#ffffff'
image: assets/images/android12logo-black.png
color_dark: '#000000'
image_dark: assets/images/android12logo-white.png