-
Notifications
You must be signed in to change notification settings - Fork 6
/
pubspec.yaml
137 lines (115 loc) · 3.51 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
name: sweet
description: Collection of tools to make Eve Echoes more fun :D.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 0.3.6+1
environment:
sdk: ">=3.5.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
collection: ^1.18.0
# DB Layer
sqflite: ^2.0.0+3
sqflite_common_ffi: ^2.0.0+1
bloc: ^8.1.0
flutter_bloc: ^8.1.1
equatable: ^2.0.3
provider: ^6.0.0
# Utility
filesize: ^2.0.1 # For the best number formatting
adaptive_theme: ^3.0.0
json_annotation: ^4.8.0
shared_preferences: ^2.0.8
package_info_plus: ^8.0.2
uuid: ^4.2.1
# https://github.com/appsup-dart/expressions/issues/22
expressions:
git:
url: https://github.com/alexmarkley/expressions.git
ref: petitparser5
http: ^1.1.2
archive: ^3.3.8
csv: ^6.0.0
url_launcher: ^6.0.11
path_provider: ^2.0.5
flutter_local_notifications: ^17.2.2
sprintf: ^7.0.0
intl: ^0.19.0
# Scanning QR specific
scan: ^1.4.3
qr_flutter: ^4.0.0
image_picker: ^1.0.4
file_picker: ^8.1.2 #for native picking
permission_handler: ^11.1.0
recase: ^4.0.0
# UI
step_progress_indicator: ^1.0.1
flutter_svg: ^2.0.9
flutter_staggered_grid_view: '<=0.4.1' # locked to version because I don't want to deal with upgrading it as teh widget got removed
auto_size_text: ^3.0.0
grouped_list: ^6.0.0
flutter_countdown_timer: ^4.1.0
tinycolor2: ^3.0.1
#Firebase
firebase_core: ^3.4.1
firebase_analytics: ^11.3.1
firebase_crashlytics: ^4.1.1
manup: ^9.0.1
path: ^1.8.2
timezone: ^0.9.1
dev_dependencies:
lints: ^4.0.0
build_runner: ^2.3.3
json_serializable: ^6.2.0
flutter_launcher_icons: ^0.13.1
mockito: ^5.0.12
flutter_test:
sdk: flutter
flutter_icons:
android: true
ios: true
image_path: "assets/icon/logo.png"
adaptive_icon_foreground: "assets/icon/logo-transparent.png"
adaptive_icon_background: "#012966"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
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
# To add assets to your application, add an assets section, like this:
assets:
- assets/fitting-patterns.json
- assets/enableSSLFix
- assets/svg/logo-transparent.svg
- assets/icons/
- assets/branding/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
fonts:
- family: SweetIcons
fonts:
- asset: assets/fonts/SweetIcons.ttf