-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
126 lines (113 loc) · 2.66 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
name: simon_ai
description: Simon AI project.
publish_to: "none"
version: 0.0.1+1
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.22.1
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
design_system:
path: ./design_system
app_settings: 5.1.1
audioplayers: 6.1.0
auto_route: 8.1.3
camera: 0.11.0+1
cloud_firestore: 5.4.2
cupertino_icons: 1.0.8
dartx: 1.2.0
dio: 5.7.0
dotted_border: 2.1.0
equatable: 2.0.5
feedback: 3.1.0
firebase_auth: 5.3.0
firebase_core: 3.5.0
firebase_crashlytics: 4.1.2
firebase_remote_config: 5.0.3
flutter_animate: 4.5.0
flutter_bloc: 8.1.5
flutter_dotenv: 5.1.0
flutter_email_sender: 6.0.3
flutter_native_splash: 2.4.1
flutter_screenutil: 5.9.3
flutter_secure_storage: 9.2.2
flutter_web_browser: 0.17.1 # This can be removed
freezed_annotation: 2.4.1
get_it: 8.0.0
google_fonts: 6.2.1
hive: 2.2.3
image: 4.2.0
intl: 0.19.0
json_annotation: 4.9.0
logger: 2.3.0
material_color_generator: 1.1.0
mutex: 3.1.0
package_info_plus: 8.0.2
path_drawing: 1.0.1
path_provider: 2.1.4
permission_handler: 11.3.1
rxdart: 0.27.7
shake: 2.2.0
shared_preferences: 2.2.3
sqflite: 2.3.3+1
stack_trace: 1.11.1
stock: 1.1.1
tflite_flutter: 0.10.4
tflite_flutter_helper:
git:
url: https://github.com/xmartlabs/tflite_flutter_helper.git
# TODO: change to master when PR merged
ref: image-conversion-fix
wakelock_plus: 1.2.8
dev_dependencies:
flutter_test:
sdk: flutter
auto_route_generator: 8.0.0
build_runner: 2.4.11
dart_code_linter: 1.1.5
flutter_flavorizr: 2.2.3
flutter_gen_runner: 5.5.0+1
flutter_launcher_icons: 0.13.1
flutter_lints: 4.0.0
freezed: 2.5.2
json_serializable: 6.8.0
lints: 4.0.0
mocktail: 1.0.4
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/
- assets/models/
- assets/audio/
- environments/
flutter_gen:
assets:
exclude:
- environments/*
- assets/README.md
# Run command: flutter pub run flutter_launcher_icons:main
flutter_launcher_icons:
android: true
ios: true
image_path: "icons/ic_launcher.png"
image_path_ios: "icons/ic_launcher_ios.png" # Transparency not supported on IOS
adaptive_icon_foreground: "icons/ic_launcher_foreground.png"
adaptive_icon_background: "#ffffff"
remove_alpha_ios: true
web:
generate: false
windows:
generate: false
flutter_native_splash:
color: "#ffffff"
image: "icons/splash_logo.png"
branding: "icons/splash_branding.png"
branding_bottom_padding: 24
android_12:
image: "icons/splash_logo_android_12.png"
color: "#ffffff"
branding: "icons/splash_branding.png"