-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
57 lines (45 loc) · 1.22 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
name: question_master
description: Answer questions as fast as you can
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.17.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
confetti: ^0.7.0
easy_localization: ^3.0.1
get_it: ^7.2.0
rxdart: ^0.27.5
riverpod: ^1.0.3
hooks_riverpod: ^1.0.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.10.0
flutter_native_splash: ^2.2.8
flutter_native_splash:
image: assets/images/app_icon/logo.png
color: "#fee459"
flutter_icons:
android: true
ios: true
web:
generate: true
image_path: "assets/images/app_icon/logo.png"
background_color: "#fee459"
theme_color: "#fee459"
image_path: "assets/images/app_icon/logo.png"
remove_alpha_ios: true
min_sdk_android: 21
adaptive_icon_foreground: "assets/images/app_icon/logo.png"
adaptive_icon_background: "#fee459"
# 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 packages.
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/translations/