-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
168 lines (137 loc) · 6.97 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
name: my_movie_search
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: nnone # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.3
environment:
sdk: '>=3.4.4 <4.0.0'
dependencies:
# Note: use "dart pub outdated" to find libraries that should be upgraded
bloc: ^8.0.3
cached_network_image: ^3.4.1 # preload large images
cloud_firestore: ^5.5.0 # Store data in Firebase Firestore cloud database
cupertino_icons: ^1.0.4 # iOS style icons.
#device_info_plus: ^10.1.0 # get infomation about the manufacturer of the phone
easy_debounce: ^2.0.3 # manage the frequency fo requests
easy_image_viewer: ^1.5.1
equatable: ^2.0.3 # Simplify object comparisons.
firebase_auth: ^5.3.3
firebase_core: ^3.8.0
#firebase_ui_auth: ^1.7.0 # does not work on linux :(
#firebase_core: ^1.0.3 # Firebase initialisation
#firebase_auth: ^3.0.1 # Authenticate users against Firebase
#cloud_firestore: ^2.4.0 # Store data in Firebase Firestore cloud database
firedart: ^0.9.7 # dart native wrapper to firebase API
flutter:
sdk: flutter
flutter_bloc: ^8.1.6 # Assist with the BLoC design pattern.
flutter_custom_tabs: ^2.1.0 # replace webview with android chrome browser
flutter_dotenv: ^5.2.1 # Read secrets and settings from .env file.
flutter_localizations:
sdk: flutter
go_router: ^14.6.0 # screen navigation
google_cloud: ^0.2.0 # control GCP cloud resources
google_secret_manager: ^1.1.0 # retrieve secrets from GCP
googleapis: ^13.2.0 # interact with GCP resources
googleapis_auth: ^1.6.0 # log in to google API with service accounts
# grpc: ^3.2.4 # extended firedart error handling
html: ^0.15.5 # Dart dom and html utilities.
html_unescape: ^2.0.0 # decode '
# hydrated_bloc: ^9.1.2 # automatic restoration for bloc data
intl: ^0.19.0 # internationalisation including number and data formatting.
lint: ^2.0.1
logger: ^2.5.0 # Log trace messages to console.
####logger_flutter: ^0.7.1 # Shake device to see trace messages.
meilisearch: ^0.16.0
meta: ^1.11.0 # extended annotations
mutex: ^3.1.0
path: ^1.9.0 # File path manipulation library
path_provider: ^2.1.5 # Device filesystem access for accessing database files.
provider: ^6.0.5 # so ChangeNotifierProvider can notify change to firebase login state
#simple_barcode_scanner: ^0.1.1 # DOES NOT COMPILE with flutter 3.24
#sqflite: ^2.0.2 # Database storage for persisting state across sessions.
sqflite_common_ffi: ^2.3.2+1 # Database storage for persisting state across sessions.
sqlite3_flutter_libs: ^0.5.24 # Database storage for persisting state across sessions.
universal_io: ^2.0.4 # Consistent environment variable fetching and CORS http gets across web&mobile platforms.
url_launcher: ^6.3.1 # for hyperlinks e.g. https://pub.dev/documentation/url_launcher/latest/link/Link-class.html
webview_flutter: ^4.7.0 # Show web page
dependency_overrides:
googleapis: ^13.2.0 # force google_secret_manager to use latest googleapis
web: ^1.0.0 # force firebase to use newer version of web
# win32: ^5.5.3 # if above libraries need to be forced to use updated versions of a dependent library
dev_dependencies:
build_runner: ^2.4.13
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
mockito: ^5.1.0
# 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
# Enable generation of localized Strings from arb files.
generate: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/OldCDLibrary.json
- assets/newDVDLibrary.json
fonts:
- family: Lato
fonts:
- asset: fonts/Lato-Regular.ttf
- asset: fonts/Lato-Black.ttf
weight: 700
- asset: fonts/Lato-BlackItalic.ttf
weight: 700
style: italic
- asset: fonts/Lato-Italic.ttf
style: italic
- asset: fonts/Lato-Light.ttf
- asset: fonts/Lato-LightItalic.ttf
style: italic
- asset: fonts/Lato-Thin.ttf
- asset: fonts/Lato-ThinItalic.ttf
style: italic
# 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