-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
48 lines (38 loc) · 1.23 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
name: vinote
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.17.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
hive: any
hive_flutter: any
cupertino_icons: ^1.0.2
shared_preferences: any
intl: any
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
hive_generator: any
build_runner: any
flutter_launcher_icons: "^0.9.2"
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- images/
# - images/a_dot_ham.jpeg
fonts:
- family: VarelaRound
fonts:
- asset: fonts/VarelaRound/VarelaRound-Regular.ttf
flutter_icons:
image_path_android: "images/icon/512.png"
image_path_ios: "images/icon/512.png"
android: true # can specify file name here e.g. "ic_launcher"
ios: true # can specify file name here e.g. "My-Launcher-Icon"
adaptive_icon_background: "images/icon/res/mipmap-xxxhdpi/ic_launcher_adaptive_back.png" # only available for Android 8.0 devices and above
adaptive_icon_foreground: "images/icon/res/mipmap-xxxhdpi/ic_launcher_adaptive_fore.png" # only available for Android 8.0 devices and above