-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
79 lines (64 loc) · 1.58 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
name: pasteque_match
description: Mobile app to help parents find a name for their baby
publish_to: 'none'
version: 1.2.1+8
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Framework Tools
fetcher: ^1.0.0
# TODO use collection package
# Widgets / UI
flash: ^3.1.0
font_awesome_flutter: ^10.7.0
appinio_swiper: ^2.0.3
fl_chart: ^0.68.0
animated_list_plus: ^0.5.2
confetti: ^0.7.0
# Network
connectivity_plus: ^6.0.3
firebase_core: ^2.31.0
firebase_crashlytics: ^3.5.5
firebase_messaging: ^14.9.2
firebase_cloud_messaging_flutter: ^1.0.6
# Data management
cloud_firestore: ^4.17.3
shared_preferences: ^2.2.3
fast_csv: ^0.1.44
# Platform tools
permission_handler: ^11.3.1
ai_barcode: ^3.2.7
clipboard: ^0.1.3
# Internationalization
intl: ^0.19.0
diacritic: ^0.1.5
dev_dependencies:
# Code style
flutter_lints: ^4.0.0
# Code Generation
build_runner: ^2.4.11
json_serializable: ^6.8.0
# Scripting
spreadsheet_decoder: ^2.2.0
csv : ^5.0.1
# The following section is specific to Flutter packages.
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/
fonts:
- family: Passions Conflict
fonts:
- asset: assets/fonts/PassionsConflict-Regular.ttf
weight: 400
- family: Merienda
fonts:
- asset: assets/fonts/Merienda-Regular.ttf
weight: 400