-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (28 loc) · 797 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (28 loc) · 797 Bytes
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
name: wrapifyflutter
description: "A Flutter app for streaming music from Wrapify API"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
just_audio: ^0.9.35
audio_service: ^0.18.10
audio_session: ^0.1.15
path_provider: ^2.1.1
http: ^1.1.0
shared_preferences: ^2.2.2
sqflite: ^2.3.0 # For database caching
connectivity_plus: ^5.0.1 # For checking network connectivity
flutter_cache_manager: ^3.3.1 # For file caching
dio: ^5.3.3 # For more robust HTTP downloads with retry
# If you want background audio, uncomment this:
# just_audio_background: ^0.0.1-beta.10
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true