-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
56 lines (50 loc) · 1.1 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
name: airplane_entertainment_system
description: Airplane Entertainment System project.
version: 1.0.0+1
publish_to: none
environment:
sdk: ^3.4.0
dependencies:
aes_ui:
path: packages/aes_ui
audioplayers: ^6.1.0
bloc: ^8.1.4
collection: ^1.18.0
equatable: ^2.0.5
flight_api_client:
path: packages/flight_api_client
flight_information_repository:
path: packages/flight_information_repository
flutter:
sdk: flutter
flutter_bloc: ^8.1.6
flutter_localizations:
sdk: flutter
go_router: ^14.2.8
intl: ^0.19.0
music_repository:
path: packages/music_repository
weather_api_client:
path: packages/weather_api_client
weather_repository:
path: packages/weather_repository
dev_dependencies:
bloc_test: ^9.1.7
build_runner: ^2.4.13
flutter_gen_runner: ^5.7.0
flutter_test:
sdk: flutter
go_router_builder: ^2.7.1
mocktail: ^1.0.4
very_good_analysis: ^6.0.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/
- assets/weather/
flutter_gen:
output: lib/generated/
line_length: 80
integrations:
flutter_svg: true