-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
52 lines (43 loc) · 1021 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
42
43
44
45
46
47
48
49
50
51
name: quick_countre
description: A new Flutter application.
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
splashscreen: any
cupertino_icons: ^0.1.2
sqflite: any
path: any
path_provider: any
audioplayers: ^0.14.0
shared_preferences: ^0.5.4+5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: any
flutter_native_splash: any
flutter_icons:
android: true
ios: true
image_path_android: 'assets/icon/icon.png'
image_path_ios: 'assets/icon/icon.png'
adaptive_icon_background: 'assets/icon/icon.png'
adaptive_icon_foreground: 'assets/icon/icon.png'
flutter_native_splash:
image: "assets/icon/splash_launcher.png"
color: "1a237e"
flutter:
uses-material-design: true
assets:
- assets/icon/splash_launcher.png
- assets/images/
- assets/music/
fonts:
- family: jupiter
fonts:
- asset: assets/font/jupiter.ttf
- family: nano
fonts:
- asset: assets/font/nano.ttf