Alex Li

Results 711 comments of Alex Li

Is that critical? IMO using BoxFit.cover should regardless of the image size.

So it only takes place on certain assets rather than all of them right? From your screenshot all other images are displayed well.

I've tested with all my existing assets and none of them were clipped as your case shows.

What is the bridge that requires you to use XML rather than a configuration Dart file? The Dart file would be easy to modify and copy between projects.

@Rexios80 Do you have any clues what is going on here? 🤔

> Is it the [cascade](https://dart.dev/language/operators#cascade-notation) that's causing the issue? Nope. Removing it doesn't help.

> You say this is a workaround: > > ```dart > HttpClientAdapter makeHttpClientAdapter() { > final adapter = HttpClientAdapter() as BrowserHttpClientAdapter; > adapter.withCredentials = true; > return adapter; > }...

> Which of the web environments are you experiencing this issue? > > * Development (DDC compiler) The DDC compiler. The built Web application does not run into the issue.

This is getting worse according to https://github.com/cfug/dio/issues/2282#issuecomment-2567611491 @nshahan @sigmundch Would you mind taking further investigations?