-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
61 lines (61 loc) · 1.8 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
name: foliage
description: Flutter application for a cryptocurrency wallet, deployed to Android and iOS, using Firebase tooling
publish_to: none
version: 1.0.0
environment:
sdk: ">=2.18.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
firebase_core: ^2.4.1
firebase_auth: ^4.2.5
cloud_firestore: ^4.3.1
http: ^0.13.5
flutter_native_splash: ^2.2.16
flutter_speed_dial: ^6.2.0
dropdown_button2: ^1.9.2
cloud_functions: ^4.0.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.11.0
import_sorter: ^4.6.0
flutter:
uses-material-design: true
assets:
- lib/assets/images/
- lib/assets/vectors/
fonts:
- family: SourceSansPro
fonts:
- asset: lib/assets/fonts/SourceSansPro-Regular.ttf
- asset: lib/assets/fonts/SourceSansPro-Italic.ttf
style: italic
- asset: lib/assets/fonts/SourceSansPro-SemiBold.ttf
weight: 600
- asset: lib/assets/fonts/SourceSansPro-SemiBoldItalic.ttf
weight: 600
style: italic
# Adding launcher icons for Android and iOS
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "lib/assets/images/icon_no_alpha.png"
min_sdk_android: 26
# Customizing splash screens for Android and iOS
flutter_native_splash:
color: "#f1f0ea"
image: "lib/assets/images/icon_alpha.png"
color_dark: "#272838"
image_dark: "lib/assets/images/icon_alpha.png"
android: true
ios: true
web: false
android_12:
image: "lib/assets/images/icon_alpha.png"
color: "#f1f0ea"
image_dark: "lib/assets/images/icon_alpha.png"
color_dark: "#272838"
fullscreen: true