Initial commit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
name: melo_app
|
||||
description: "Melo – Musik App für Android. Schwarz + Rot."
|
||||
publish_to: 'none'
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.12.2
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
# Player
|
||||
just_audio: ^0.9.43
|
||||
audio_service: ^0.18.15
|
||||
|
||||
# Datenbank & Speicher
|
||||
sqflite: ^2.4.2
|
||||
path_provider: ^2.1.5
|
||||
permission_handler: ^11.3.1
|
||||
|
||||
# YouTube Download
|
||||
youtube_explode_dart: ^2.3.10
|
||||
path: ^1.9.0
|
||||
|
||||
# Einstellungen
|
||||
shared_preferences: ^2.3.5
|
||||
|
||||
# UI
|
||||
cupertino_icons: ^1.0.8
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user