forked from UliPrantz/HPI-FSR-Pi-Terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
52 lines (35 loc) · 816 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
52
name: terminal_frontend
description: The Raspberry Pi Frontend Terminal App.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
auto_route: ^7.8.4
get_it: ^7.2.0
flutter_bloc: ^8.0.0
equatable: ^2.0.3
fpdart: ^1.1.0
http: ^1.2.1
json_annotation: ^4.8.1
yaml: ^3.1.0
stream_channel: ^2.1.0
ffi: ^2.1.2
dart_periphery: ^0.9.5
qr_flutter: ^4.1.0
bloc: ^8.1.3
dev_dependencies:
flutter_lints: ^3.0.1
build_runner:
mockito: ^5.0.16
json_serializable: ^6.1.0
auto_route_generator: ^7.3.2
flutter:
uses-material-design: true
assets:
- assets/icons/coffee-mug.png
- assets/env.yaml
- assets/StartScript.sh
- assets/libperiphery_arm.so