This app is a simple music player for Android and iOS.
- device music play
- background play
- favorite artists
- favorite songs
- playlists
- shortcuts
- Flutter
- Dart
- Visual Studio Code
- Android Studio Koala | 2024.1.1
- Kotlin
- minSdkVersion 33
- targetSdkVersion 34
- Google Pixel 4a (Android Version 13)
- Google Pixel 7 Pro (Android Version 14)
- Xcode 16.0
- Swift
- iOS Deployment Target 16
- iPhone 12 mini (iOS 16)
- iPhone 14 Plus (iOS 18)
- iPad Pro (6th generation, iPadOS 18, 12.9-inch)
- flutter_launcher_icons - https://pub.dev/packages/flutter_launcher_icons
- flutter_localizations - https://docs.flutter.dev/ui/accessibility-and-internationalization/internationalization
- flutter_riverpod - https://pub.dev/packages/flutter_riverpod
- Material Icons - https://fonts.google.com/icons
- permission_handler - https://pub.dev/packages/permission_handler
- pigeon - https://pub.dev/packages/pigeon
- shared_preferences - https://pub.dev/packages/shared_preferences
dart run build_runner build
dart run pigeon --input pigeon/audio.dart
flutter pub get
flutter pub run flutter_launcher_icons:main
dart run realm generate
dart format $(find ./lib/* -name "*.dart" -not -path "*.g.dart" -not -path "*.realm.dart") -l 200