-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
70 lines (54 loc) · 1.24 KB
/
pubspec.yaml
File metadata and controls
70 lines (54 loc) · 1.24 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
name: labhouse_test_task_radio_app
description: "Radio Stations App"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
# DI
injectable: ^2.3.2
get_it: ^7.6.7
# Network
dio: ^5.4.0
retrofit: ^4.0.3
# Annotations for code generation
json_annotation: ^4.8.1
freezed_annotation: ^2.4.1
logger: ^2.0.2+1
# State management
bloc: ^8.1.2
flutter_bloc: ^8.1.3
bloc_concurrency: ^0.2.3
# Audio
radio_player: ^1.5.0
just_audio: ^0.9.36
just_audio_background: ^0.0.1-beta.11
# local DB
drift: ^2.15.0
sqlite3_flutter_libs: ^0.5.0
path_provider: ^2.0.0
path: ^1.8.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
injectable_generator:
build_runner:
retrofit_generator:
freezed: ^2.4.6
json_serializable: ^6.7.1
drift_dev: ^2.15.0
flutter_launcher_icons: "^0.13.1"
flutter:
uses-material-design: true
assets:
- assets/launcher/
flutter_launcher_icons:
ios: true
android: true
image_path_ios: "assets/launcher/ios_launcher_icon.png"
image_path_android: "assets/launcher/android_launcher_icon.png"
adaptive_icon_foreground: "assets/launcher/android_launcher_icon.png"