-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
68 lines (57 loc) · 1.9 KB
/
pubspec.yaml
File metadata and controls
68 lines (57 loc) · 1.9 KB
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
name: cook_assistant
description: "cook_assistant application"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
version: 1.0.0+1
environment:
sdk: '>=3.3.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
dots_indicator: ^3.0.0
flutter_svg: ^2.0.10+1
cupertino_icons: ^1.0.6
speech_to_text: ^6.6.0
flutter_dotenv: ^5.1.0
http: ^1.2.1
flutter_login: ^4.1.1
image_picker: ^1.1.1
intl: ^0.17.0
googleapis: ^13.1.0
googleapis_auth: ^1.6.0
shared_preferences: ^2.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
permission_handler: ^11.3.1
flutter_sound: ^9.3.3
flutter:
uses-material-design: true
assets:
- assets/banners/
- assets/icons/
- assets/images/
- assets/config/
- assets/service_account.json
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image assets 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 assets and other descriptors for the font.
# Example commented out below:
# fonts:
# - family: Schyler
# fonts:
# - assets: fonts/Schyler-Regular.ttf
# - assets: fonts/Schyler-Italic.ttf
# style: italic