beriaanirudh

Results 15 comments of beriaanirudh

@deepak786 @Lyokone @darshankawar I am facing the same issue for the last 2 days, have tried almost all stackoverflow answers, and also including the `bundled-service-worker` directory as @deepak786 suggested. My...

Thanks @deepak786 for looking. That didn't work, but I took the flutterfire example project, and started adding my code to it in parts to see where it stopped working, and...

I am not a flutter / bluefireteam dev, but can you try using [CachedNetworkImageProvider](https://pub.dev/packages/cached_network_image) instead of **NetworkImage**, and see if it does the trick?

If anyone is stuck wanting both "onSelected" + "updating a cell", I have done this dirty hack. Dirty because double-click of cell does not work, one needs to click the...

For bookkeeping, I had a working Share Extension, and I upgraded flutter and this error started popping. I used @mohamedazher but changed all of them to "NO", and it worked...