Dhikshith Reddy

Results 11 comments of Dhikshith Reddy

> > Hey, would those of you who want HTTP/3 support briefly explain what HTTP/3 features are important to you e.g. QUIC (to provide better multiplexing), better header compression, etc.?...

> * I have used manual testing in reference to the images provided and descriptions of the issues [Typing the most negative number by numpad not possible #1541](https://github.com/microsoft/calculator/issues/1541) and [Entering...

Hi, @RoyalCoder88 I have created this package [blurhash_ffi](https://pub.dev/packages/blurhash_ffi), a fast & compact version of both flutter_blurhash and blurhash_dart, it has both encoding and decoding which runs on a separate isolate...

Yes, to solve this i had build a package [blurhash_ffi](https://pub.dev/packages/blurhash_ffi) that takes in any ImageProvider subclass, which includes AssetImage, NetworkImage, MemoryImage, etc. it has both encoding and decoding which runs...

facing the same issue, it used to work before.

for now, i found a work around by interpolating the URL into the SMS, and it's working, iMessage will handle the URL parsing for thumbnails

```dart Future shareOnSms(String dynamicLink) async { final String text = """I'm excited to start this new habit "${widget.name}" on the folksable app, where i plan to be accountable with friends...

No, I hadn't modified the package inside, just used the text, and removed `url` param, because that was crashing my app as well, but otherwise the text is working fine....