Deepak Goyal
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....
## 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...
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)....
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...
Check the attached screenshot.  It is only showing the Images. But the Text data is missing. The downloaded PDF is fine with...
``` 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 ```  ``` pdf: 3.7.3...
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...
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...