-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpubspec.yaml
More file actions
129 lines (115 loc) · 2.87 KB
/
pubspec.yaml
File metadata and controls
129 lines (115 loc) · 2.87 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
name: pixel_app_flutter
description: App, that manages the functions of the StarPixel car. Also considered to be used as an on-board computer.
version: 1.0.3+45
publish_to: none
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.27.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# dart
meta: ^1.9.1
bloc: ^8.1.1
intl: ^0.19.0
crclib: ^3.0.0
crypto: ^3.0.3
rxdart: ^0.27.7
provider: ^6.0.5
equatable: ^2.0.5
auto_route: ^9.2.2
collection: ^1.17.1
flutter_svg: ^2.0.5
image_pixels: ^4.0.0
flutter_bloc: ^8.1.2
re_seedwork:
git:
url: https://github.com/radomir9720/re_seedwork.git
ref: "1.0.0"
# ui
nested: ^1.0.0
flex_color_picker: ^3.7.0
animated_scroll_view: ^1.0.2
re_widgets:
git:
url: https://github.com/radomir9720/re_widgets.git
ref: "0.3.0"
# codegen
json_annotation: ^4.9.0
freezed_annotation: ^2.4.4
# di
get_it: ^8.0.3
injectable: ^2.1.0
# platform
share_plus: ^10.1.3
usb_serial:
git:
url: https://github.com/radomir9720/usbserial_flutter.git
ref: "feat/ch340k_support"
bg_launcher: ^0.1.0
app_settings: ^5.1.1
wakelock_plus: ^1.1.3
path_provider: ^2.0.15
installed_apps: ^1.3.1
package_info_plus: ^8.1.2
shared_preferences: ^2.1.0
permission_handler: ^11.0.1
external_app_launcher: ^4.0.1
flutter_libserialport: ^0.4.0
flutter_secure_storage: ^9.0.0
flutter_overlay_window: ^0.4.5
flutter_bluetooth_serial:
git:
url: https://github.com/radomir9720/flutter_bluetooth_serial.git
ref: "master"
# firebase
firebase_core: ^3.9.0
firebase_analytics: ^11.3.6
firebase_crashlytics: ^4.2.0
dev_dependencies:
# test
flutter_test:
sdk: flutter
mocktail: ^1.0.1
bloc_test: ^9.1.1
# linter
very_good_analysis: ^7.0.0
# codegen
freezed: ^2.5.7
build_runner: ^2.4.13
json_serializable: ^6.9.0
auto_route_generator: ^9.0.0
injectable_generator: ^2.1.3
flutter:
uses-material-design: true
generate: true
assets:
- assets/svg/car.svg
- assets/png/car.png
- assets/maps_icons/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/inter/Inter-Thin.ttf
weight: 100
- asset: assets/fonts/inter/Inter-ExtraLight.ttf
weight: 200
- asset: assets/fonts/inter/Inter-Light.ttf
weight: 300
- asset: assets/fonts/inter/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/inter/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/inter/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/inter/Inter-Bold.ttf
weight: 700
- asset: assets/fonts/inter/Inter-ExtraBold.ttf
weight: 800
- asset: assets/fonts/inter/Inter-Black.ttf
weight: 900
- family: PixelIcons
fonts:
- asset: assets/icons/PixelIcons.ttf