Deepak Goyal

Results 24 issues of Deepak Goyal

I'm trying the [Crypto](https://nodejs.org/api/crypto.html) package from Node JS. But I didn't find anything equivalent to "AES/SIC" which is supported by this `encrypt` package. So how to decrypt the data on...

## Bug report With Firebase JS v9, getting an error when registering the firebase messaging service worker. ``` Error: [firebase_messaging/failed-service-worker-registration] Messaging: We are unable to register the default service worker....

type: bug
plugin: messaging
platform: web
type: crash

## Bug report **Describe the bug** The milliseconds since the epoch returned by the creationTime is according to the local time zone. But it should be according to the UTC...

type: bug
plugin: auth
resolution: solution-provided

Firebase Crashlytics shows non-fatal issue ``` Non-fatal Exception: FlutterError MissingPluginException(No implementation found for method cancel on channel clients/123456/-MSgn_H8m8_-IV05zNnC-[DEFAULT]-null-DatabaseEventType.value-[]#1). Error thrown Instance of 'faa'. Non-fatal Exception: FlutterError 0 ??? 0x0 (null)....

type: bug
plugin: database
platform: android
platform: ios
resolution: needs-repro

I have the image icon_list.svg icon_list.svg ``` ``` But the code displays only the lines. It is not displaying the circles in the image. Code Sample ``` import 'package:flutter/material.dart'; import...

``` ======== Exception caught by printing ============================================================== The following RangeError was thrown while rastering a PDF: RangeError (index): Invalid value: Valid value range is empty: 1 When the exception was...

bug
needs triage

Check the attached screenshot. ![Screen Shot 2022-07-01 at 7 22 25 PM](https://user-images.githubusercontent.com/14223997/176908124-bb010df7-7c3a-48a4-b81e-004a05e8acfa.png) It is only showing the Images. But the Text data is missing. The downloaded PDF is fine with...

bug
needs triage

``` final pdf = pw.Document(); pdf.addPage(pw.Page( pageFormat: PdfPageFormat.a4, build: (pw.Context context) { return pw.Center( child: pw.Text("Hello World\n\nHello World\n\nHello World"), ); // Center })); // Page ``` ![flutter_01](https://user-images.githubusercontent.com/14223997/160873307-50215e74-57b4-48f4-868b-c43829d83bdc.png) ``` pdf: 3.7.3...

bug

Some of the users reported this issue to us in the app. PdfPreview is fine. Print Preview is also fine. But When they print the document it is with irregular...

bug

We are using CachedNetworkImage to load the images from Firebase storage. Crashlytics shows a lot of exceptions from the Firebase Storage links. I already reported this issue to Flutter https://github.com/flutter/flutter/issues/102494...