-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
pubspec.yaml
executable file
·74 lines (66 loc) · 1.51 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
name: wassword
description: Wassword - Wonderful Password Generator
version: 3.1.0+27
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
auto_route: ^9.2.2
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_riverpod: ^2.6.1
flutter_styled_toast: ^2.2.1
freezed_annotation: ^2.4.4
google_fonts: ^6.2.1
package_info_plus: ^8.1.1
phosphor_flutter: ^2.1.0
riverpod_annotation: ^2.6.1
share_plus: ^10.1.2
universal_platform: ^1.1.0
url_launcher: ^6.3.1
window_manager: ^0.4.3
dev_dependencies:
auto_route_generator: ^9.0.0
build_runner: ^2.4.13
custom_lint: ^0.7.0
flutter_launcher_icons: ^0.14.1
flutter_lints: ^5.0.0
flutter_native_splash: ^2.4.2
flutter_test:
sdk: flutter
freezed: ^2.5.7
riverpod_generator: ^2.6.2
riverpod_lint: ^2.6.2
# Launcher Icons
flutter_launcher_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/icon/icon.png"
adaptive_icon_background: "assets/icon/ic_background.png"
adaptive_icon_foreground: "assets/icon/ic_foreground.png"
web:
generate: true
image_path: "assets/icon/icon.png"
background_color: "#A700B6"
# Splash Screen
flutter_native_splash:
#Android
android: true
android_gravity: center
color_android: "#A700B6"
image_android: assets/icon/ic_splash.png
#iOS
ios: true
#web
web: true
web_image_mode: center
image: assets/icon/ic_splash.png
color: "#A700B6"
flutter:
generate: true
uses-material-design: true
assets:
- assets/
- assets/icon/