-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
41 lines (41 loc) · 886 Bytes
/
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
name: ebook_store_app
version: 1.0.0+1
environment:
sdk: '>=2.18.1 <3.0.0'
dependencies:
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
flutter_native_splash: ^2.2.10+1
get: ^4.6.5
google_fonts: ^3.0.1
readmore: ^2.2.0
dev_dependencies:
flutter_launcher_icons: "^0.10.0"
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
# flutter pub run flutter_launcher_icons:main
flutter_icons:
android: true
ios: true
image_path: "assets/logo.png"
min_sdk_android: 21
web:
generate: true
image_path: "assets/logo.png"
windows:
generate: false
# flutter pub run flutter_native_splash:create
flutter_native_splash:
color: "#ffffff"
image: assets/flutter.png
web: true
android_12:
image: assets/flutter.png
icon_background_color: "#ffffff"
flutter:
uses-material-design: true
assets:
- assets/flutter.png
- assets/logo.png