Kartik Shrivastava

Results 24 comments of Kartik Shrivastava

I'm facing same issue after upgrading to ```Flutter version 2.8.1``` and changing ```compile[target]SdkVersion``` from ```30``` to ```31```.

@EviCoach have you found a solution, I'm facing same issue.

Thanks a lot @spidgorny, your comment really helped, however I wasn't able to direcly give ```image.encodePng(convertedimage)``` as arguments of ```Image.memory(...)``` and had to convert it to ```Uint8List``` like this ```Uint8List.fromList(image.encodePng(convertedimage)```.

Hi, can I work on this issue? I can see a merged and an open branch referring to this issue right now, so if this performance improvement is still desirable...

Hey @onobc, can I work on this?

> @KartikShrivastava, does the latest version (0.3.0-dev.19) of the flutterfire_cli fix the issue for you ? Actually, it does not for me. I am using my own version of the...

Ah thanks for reminding @stMerlHin, I'm using this combination of versions right now: ``` Flutter version: Flutter 3.7.0 • channel stable Dart SDK version: 2.19.0 Android JDK version: 17 Android...

Hello @jrconlin, I'm interested in contributing to mozilla's push service and have some experience working with web-push. Is this project welcoming new contributors? Please mention if there're any contribution guidelines,...

Thanks for the the detailed information around this issue. I'll take a look at the tasks you mentioned, starting up with updating `Webpush_QA` code.