-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
66 lines (58 loc) · 1.33 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
name: classipod
description: "A ipod Classic Emulator"
publish_to: 'none'
version: 1.8.0+18
environment:
sdk: ^3.7.0
flutter: 3.29.2
dependencies:
audio_metadata_reader: ^1.1.0
audio_service: ^0.18.17
battery_plus: ^6.2.1
cupertino_icons: ^1.0.8
device_preview_plus: ^2.3.3
disable_battery_optimization:
git:
url: https://github.com/adeeteya/Disable-Battery-Optimizations.git
ref: master
file_picker: ^9.2.2
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_riverpod: ^2.6.1
go_router: ^14.8.1
hive_ce: ^2.10.1
hive_ce_flutter: ^2.2.0
intl: any
just_audio: ^0.9.46
just_audio_background: ^0.0.1-beta.15
just_audio_windows: ^0.2.2
path_provider: ^2.1.5
permission_handler: ^11.4.0
shared_preferences: ^2.5.2
tutorial_coach_mark: ^1.2.13
universal_html: ^2.2.4
url_launcher: ^6.3.1
vibration: ^3.1.3
vibration_web: ^1.6.8
dev_dependencies:
build_runner: ^2.4.15
custom_lint: ^0.7.5
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
hive_ce_generator: ^1.8.2
riverpod_lint: ^2.6.5
flutter:
uses-material-design: true
assets:
- assets/
- assets/fonts/
- assets/images/
fonts:
- family: Helvetica
fonts:
- asset: assets/fonts/Helvetica.ttf
- asset: assets/fonts/Helvetica-Bold.ttf
weight: 700