Louis DACHET

Results 5 comments of Louis DACHET

Hello, I ran into the same problem and found a better solution I think : Instead of ignoring coverage with the line `// coverage:ignore:file`, you can use a custom output...

Hello @HayesGordon, have you had the chance to look at this issue? It's a blocker for us with the migration to flutter 3.19.x since the `Paint.enableDithering` flag was removed.

Hi! Thanks for your feedback @HayesGordon, I just opened an issue in the Flutter repo: https://github.com/flutter/flutter/issues/146975

The fix is implemented on the engine and has landed on flutter master on July, 13: https://github.com/flutter/flutter/commit/47ba59c762919d66811b72acab9732d6aa2a93c9

Ok it seems that with the property `expandToFill: false`, the 'bug' is fixed : ![image](https://github.com/jhomlala/betterplayer/assets/87450402/360f1cc0-3c82-45f2-b26f-95d4f664459c) But in this case @jhomlala, I'm not sure to understand the doc on this prop,...