dxvid-pts / miniplayer

A lightweight flutter package to simplify the creation of a miniplayer.
https://pub.dev/packages/miniplayer
MIT License
106 stars 79 forks source link

Transparent background #23

Closed dmckminard closed 2 years ago

dmckminard commented 2 years ago

Hello,

Thank you for this very efficient plugin! I would like to be able to customize it more and make the background color transparent or blurred, is it possible? Despite several days of testing, I never managed to do it.

szeidner commented 1 year ago

@dmckminard Did you figure out how to make the background transparent? I'm running into the same issue.

dmckminard commented 1 year ago

@szeidner The only way I found is to duplicate the package in my project and to change in the file "miniplayer.dart" the line 212 : color: Colors.black45, To Colors.transparent

It's not ideal, but it works!