-
Notifications
You must be signed in to change notification settings - Fork 13
/
pubspec.yaml
67 lines (59 loc) · 1.82 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
name: food_expiry_tracker
description: Food expiry date tracker
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
auto_route: ^3.1.1
cached_network_image: ^3.1.0+1
cloud_firestore: ^3.1.0
cupertino_icons: ^1.0.4
firebase_auth: ^3.2.0
firebase_core: ^1.10.0
firebase_storage: ^10.1.0
flutter_local_notifications: ^9.1.1
get_it: ^7.2.0
google_sign_in: ^5.2.1
http: ^0.13.4
path: ^1.7.0
path_provider: ^2.0.6
provider: ^6.0.1
shared_preferences: ^2.0.8
sqflite: ^2.0.0+4
# transformer_page_view: ^0.1.6
flutter_svg: ^0.23.0+1
dotted_border: ^2.0.0+1
image_picker: ^0.8.4+4
dev_dependencies:
build_runner:
auto_route_generator: ^3.1.0
flutter_test:
sdk: flutter
# 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/
- assets/images/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins/Poppins-Regular.ttf
- asset: assets/fonts/Poppins/Poppins-Medium.ttf
- asset: assets/fonts/Poppins/Poppins-Italic.ttf
style: italic
- asset: assets/fonts/Poppins/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins/Poppins-Bold.ttf
weight: 700