-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
89 lines (80 loc) · 1.92 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
name: crea_chess
description: A prototype for Chess World, a chess variants app.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=3.1.0 <4.0.0"
dependencies:
badges: ^3.1.2
cloud_firestore: ^4.15.4
collection: ^1.17.2
cupertino_icons: ^1.0.2
diacritic: ^0.1.4
diffutil_dart: ^4.0.1
equatable: ^2.0.5
fast_immutable_collections: ^10.1.0
firebase_auth: ^4.12.1
firebase_core: ^2.21.0
firebase_database: ^10.3.3
firebase_storage: ^11.5.2
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
flutter_facebook_auth: ^6.0.4
flutter_linkify: ^6.0.0
flutter_localizations:
sdk: flutter
flutter_login_facebook: ^1.9.0
flutter_parsed_text: ^2.2.1
formz: ^0.6.1
freezed_annotation: ^2.4.1
gap: ^3.0.1
go_router: ^13.2.0
google_sign_in: ^6.1.5
google_sign_in_platform_interface: ^2.4.5
google_sign_in_web: ^0.12.3+2
html: ^0.15.4
http: ^1.1.2
hydrated_bloc: ^9.1.2
image_picker: ^1.0.4
intl: ^0.18.1
json_annotation: ^4.8.1
linkify: ^5.0.0
meta: ^1.10.0
path_provider: ^2.1.1
photo_view: ^0.14.0
recase: ^4.1.0
regexpattern: ^2.6.0
scroll_to_index: ^3.0.1
url_launcher: ^6.2.2
visibility_detector: ^0.4.0
dev_dependencies:
build_runner: ^2.4.6
flutter_launcher_icons: ^0.13.1
flutter_lints: ^3.0.0
flutter_test:
sdk: flutter
freezed: ^2.4.5
json_serializable: ^6.7.1
very_good_analysis: ^5.1.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/avatar/
- assets/banner/
- assets/boards/
- assets/chat/
- assets/icon/
- assets/images/
- assets/piece_sets/frenzy/
fonts:
- family: LichessIcons
fonts:
- asset: assets/fonts/LichessIcons.ttf
flutter_launcher_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/icon/crea_chess_icon_v1.png"
# flutter run -d chrome --web-hostname localhost --web-port 7357