-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
54 lines (47 loc) · 1.15 KB
/
pubspec.yaml
File metadata and controls
54 lines (47 loc) · 1.15 KB
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
name: lupiter
description: A chat app for the contractors.
version: 0.0.1
repository: https://github.com/bot-fluttercrew/lupiter.git
publish_to: none
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ^2.0.0
# DEPENDENCY UPDATE: 2021-05-10
dependencies:
convex_bottom_bar: ^3.0.0
easy_localization: ^3.0.0
flutter:
sdk: flutter
flutter_bloc: ^7.0.0
google_fonts: ^2.0.0
shared_preferences: ^2.0.5
sqflite: ^2.0.0+3
dev_dependencies:
flutter_launcher_icons: ^0.9.0
flutter_native_splash: ^1.1.8+4
flutter:
uses-material-design: false
assets:
- assets/fonts/
- assets/icon.png
- assets/translations/en-GB.json
fonts:
- family: LupiterIcons
fonts:
- asset: assets/LupiterIcons.ttf
flutter_icons:
android: true
ios: true
image_path: icon.png
remove_alpha_ios: true
# image_path_ios: 'assets/icon/icon_ios.png'
# adaptive_icon_background: 'assets/icon/icon_background.png'
# adaptive_icon_foreground: 'assets/icon/cart.png'
flutter_native_splash:
color: "#f9dac5"
image: icon.png
color_dark: "#404040"
image_dark: icon.png
fullscreen: true
# android_gravity: center
# ios_content_mode: center