-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
103 lines (88 loc) · 2.26 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
name: tabor_chat
description: Simple websocket chat.
publish_to: 'none'
version: 1.0.0+0
environment:
sdk: ">=2.13.0 <3.0.0"
flutter: 2.2.2
dependencies:
flutter:
sdk: flutter
#BLoC
flutter_bloc: ^7.0.1
equatable: ^2.0.3
provider: ^5.0.0
#Router
mad_navigator:
path: ./packages/mad_navigator
path_to_regexp: ^0.4.0
#Localization
intl: ^0.17.0
easy_localization: ^3.0.0
flutter_localizations:
sdk: flutter
#Injections
get_it: ^7.1.3
injectable: ^1.4.1
#Network
dio: ^4.0.0
connectivity: ^3.0.6
web_socket_channel: ^2.1.0
#Others
flutter_svg: ^0.22.0
flutter_screenutil: ^5.0.0+2
flutter_spinkit: ^5.0.0
json_annotation: ^4.0.1
logger: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.0.4
json_serializable: ^4.1.3
#Native generators
flutter_native_splash: ^1.1.8+4
flutter_launcher_icons: ^0.9.0
#Injections
injectable_generator: ^1.4.1
# Настройки сплэш скрина
flutter_native_splash:
image: "resources/splash/logo.png"
color: "010101"
android_disable_fullscreen: true
# Настройки иконки приложения
flutter_icons:
ios: true
android: true
image_path_android: "resources/app icon/android.png"
image_path_ios: "resources/app icon/ios.png"
adaptive_icon_background: "#981c26"
adaptive_icon_foreground: "resources/app icon/foreground.png"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/translations/
- assets/fonts/cuprum/
fonts:
- family: Cuprum
fonts:
- asset: assets/fonts/cuprum/Cuprum-Regular.ttf
weight: 400
- asset: assets/fonts/cuprum/Cuprum-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/cuprum/Cuprum-Medium.ttf
weight: 500
- asset: assets/fonts/cuprum/Cuprum-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/cuprum/Cuprum-SemiBold.ttf
weight: 600
- asset: assets/fonts/cuprum/Cuprum-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/cuprum/Cuprum-Bold.ttf
weight: 700
- asset: assets/fonts/cuprum/Cuprum-BoldItalic.ttf
weight: 700
style: italic