-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
58 lines (53 loc) · 1.54 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
name: playoffs_score_card
repository: https://github.com/RemeJuan/playoffs_score_card
homepage: https://playoffs-score-tracker.pages.dev/
description: A simple app for users to track their progress across the F45 Playoffs.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.4.12
environment:
sdk: ">=2.18.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: 1.0.5
cloud_firestore: 4.8.1
hexcolor: 3.0.1
flutter_hooks: 0.18.6
intl: 0.18.1
visibility_detector: 0.4.0+2
isar: 3.1.0+1
isar_flutter_libs: 3.1.0+1
path_provider: 2.0.15
firebase_core: 2.14.0
firebase_app_check: 0.1.4+3
chart_sparkline: 1.0.13
flutter_file_saver: 0.6.2
url_launcher: 6.1.11
file_picker: 5.3.2
package_info_plus: 4.0.2
firebase_auth: 4.6.3
hooks_riverpod: 2.3.6
flutter_riverpod: 2.3.6
rate_my_app: 2.0.0
freezed: 2.3.5
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: 2.4.5
isar_generator: 3.1.0+1
cider: 0.2.3
flutter_lints: 2.0.1
flutter:
uses-material-design: true
fonts:
- family: "Trade Gothic"
fonts:
- asset: "assets/fonts/Trade Gothic LT.ttf"
- asset: "assets/fonts/Trade Gothic LT Bold.ttf"
weight: 600
- asset: "assets/fonts/Trade Gothic LT Light.ttf"
weight: 300
cider:
link_template:
tag: https://github.com/RemeJuan/playoffs_score_card/releases/tag/%tag% # initial release link template
diff: https://github.com/RemeJuan/playoffs_score_card/compare/%from%...%to% # subsequent releases link template