We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter Version
My version : 3.27.1
Lib Version
My version : 3.1.1
Platform (Android / iOS / web) + version
Platform : Android
Describe the bug
I use 1920x1080 pixels .jpg for the picture, but it displayed in very low quality (very pixelated) in the audio notification.
Small code to reproduce
final audioMeta = Metas( id: pref, title: surahVerse, album: surahCaption, artist: APP_NAME, image: const MetasImage.asset("assets/images/banner.jpg"), ); final audio = Audio.network(audioURL, metas: audioMeta); assetsAudioPlayer.open( audio, volume: volume, loopMode: repeat.loopMode, autoStart: play, showNotification: true, notificationSettings: NotificationSettings( customNextAction: (_) => onNext?.call(), customPrevAction: (_) => onPrev?.call(), ) );
The text was updated successfully, but these errors were encountered:
florent37
No branches or pull requests
Flutter Version
My version : 3.27.1
Lib Version
My version : 3.1.1
Platform (Android / iOS / web) + version
Platform : Android
Describe the bug
I use 1920x1080 pixels .jpg for the picture, but it displayed in very low quality (very pixelated) in the audio notification.
Small code to reproduce
The text was updated successfully, but these errors were encountered: