78ad8a31e7
Already a transitive dep via flutter_secure_storage and flutter_cache_manager. Promoting to direct so we can import it from album_cover_cache (next commit) for the lock-screen artwork cache directory. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
40 lines
824 B
YAML
40 lines
824 B
YAML
name: minstrel
|
|
description: Minstrel mobile client
|
|
publish_to: 'none'
|
|
version: 0.1.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.5.0 <4.0.0'
|
|
flutter: '>=3.24.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_riverpod: ^3.3.1
|
|
dio: ^5.7.0
|
|
just_audio: ^0.10.5
|
|
audio_service: ^0.18.15
|
|
flutter_secure_storage: ^10.1.0
|
|
go_router: ^17.2.3
|
|
flutter_svg: ^2.0.16
|
|
google_fonts: ^8.1.0
|
|
# 10.x conflicts with flutter_secure_storage 10.x on win32. Hold at 8.3.1
|
|
# until either lib bumps win32 to 6.x.
|
|
package_info_plus: ^8.3.1
|
|
pub_semver: ^2.1.4
|
|
cupertino_icons: ^1.0.8
|
|
path_provider: ^2.1.5
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
mocktail: ^1.0.4
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/svg/
|
|
- assets/error-copy.json
|
|
- shared/fabledsword.tokens.json
|