OutdatedGuy

Results 102 comments of OutdatedGuy
trafficstars

Yo @mustafaersoyer, I looked into the mentioned issue, but wasn't able to produce it. I tried it on multiple devices but all the text were in center. Can you check...

It looks like the problem might be in the [image](https://pub.dev/packages/image) package [here](https://github.com/brendan-duncan/image/blob/c4a8783e5a1d5e80b93ec33c571b1749a5951713/lib/src/formats/gif_encoder.dart#L120-L136) that we use to [encode gif](https://github.com/jonbhanson/flutter_native_splash/blob/677dbd47d87ee250cc3c6ab343d18a7b61acbbd3/lib/web.dart#L253). So I don't think we can do anything about this at the...

Good question. IDK. Can we do something like, add event listener using a js file to remove splash when `DOMContentLoaded` or something?

I'm connected to the emulator storage. I'm testing my flutter app locally by connecting it to the locally hosted emulator. When I upload a file from my flutter app to...

@inlined have you forwarded this issue with the relevant team? Can I get some updated on this?

I don't really know what melos is. Can you give some info, example repo, or such for my better understanding. Also you can implement the feature and send a pull...

Provide the following information for me to analyze the issue: 1. Output of `flutter doctor -v` 2. The platform for which you are building

@khaledsawan and which version of the package are you using? Give version mentioned in both **pubspec.yaml** and **pubspec.lock** files

@khaledsawan the underline architecture of the package uses `HEAD` requests, so it is acting like a socket connection. That's my best guess, if not the case, I actually don't have...

Closing as not reproducible.