-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
80 lines (71 loc) · 1.65 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
name: pushup_bro
description: Track your pushups with ease using the sensors in your AirPods!
publish_to: "none"
version: 1.0.0+2
environment:
sdk: ">=2.19.1 <3.0.0"
dependencies:
animated_flip_counter: ^0.2.5
audioplayers: ^3.0.1
carbon_icons: ^0.0.1+2
carousel_slider: ^4.2.1
circular_clip_route: ^0.2.0+3
cloud_firestore: ^4.4.1
cupertino_icons: ^1.0.2
equatable: ^2.0.5
firebase_app_check: ^0.1.1+10
firebase_auth: ^4.2.7
firebase_core: ^2.6.0
firebase_crashlytics: ^3.0.13
flutter:
sdk: flutter
flutter_airpods: ^1.0.3
flutter_bloc: ^8.1.2
flutter_localizations:
sdk: flutter
intl: ^0.17.0
intl_utils: ^2.8.1
isar: ^3.0.5
isar_flutter_libs: ^3.0.5
liquid_swipe: ^3.0.0
modal_bottom_sheet: ^3.0.0-pre
path_provider: ^2.0.12
rive: ^0.10.1
shared_preferences: ^2.0.17
table_calendar: ^3.0.8
url_launcher: ^6.1.9
dev_dependencies:
build_runner: ^2.3.3
dart_code_metrics: ^4.14.0
flutter_gen_runner: ^5.1.0+1
flutter_test:
sdk: flutter
isar_generator: ^3.0.5
very_good_analysis: ^3.1.0
flutter:
uses-material-design: true
assets:
- assets/audio/
- assets/fonts/
- assets/rive/
fonts:
- family: Satoshi
fonts:
- asset: assets/fonts/Satoshi-Bold.ttf
weight: 700
- asset: assets/fonts/Satoshi-Medium.ttf
weight: 500
- asset: assets/fonts/Satoshi-Regular.ttf
weight: 400
- asset: assets/fonts/Satoshi-Light.ttf
weight: 300
flutter_intl:
enabled: true
main_locale: en
arb_dir: assets/l10n
ouput_dir: lib/generated
flutter_gen:
output: lib/generated/
line_length: 80
integrations:
rive: true