-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
59 lines (49 loc) · 1.17 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
name: myopinionrocks_app
description: Flutter App for MyOpinionRocks
version: 1.0.2+10002
publish_to: 'none'
environment:
sdk: '>=3.0.6 <4.0.0'
dependencies:
flutter:
sdk: flutter
provider: ^6.0.5
dio: ^5.1.2
collection: ^1.17.1
package_info_plus: ^4.0.2
device_info_plus: ^9.0.2
shared_preferences: ^2.1.1
easy_localization: ^3.0.1
easy_localization_loader: ^1.0.1+1
auto_size_text: ^3.0.0
flutter_secure_storage: ^8.0.0
tutorial_coach_mark: ^1.2.9
loading_indicator: ^3.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.3.1
flutter:
uses-material-design: true
assets:
- assets/translations/
- assets/images/
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/icon.png"
min_sdk_android: 21
remove_alpha_ios: true
web:
generate: true
image_path: "assets/images/icon.png"
background_color: "#ffffff"
theme_color: "#e93236"
flutter_native_splash:
color: "#ffffff"
image: assets/images/icon.png
branding: assets/images/logo.png
color_web: "#ffffff"
image_web: "assets/images/icon.png"