Deepak Goyal

Results 24 issues of Deepak Goyal

Currently, the library has the following translators. ``` return { 'A': new RegExp(r'[A-Za-z]'), '0': new RegExp(r'[0-9]'), '@': new RegExp(r'[A-Za-z0-9]'), '*': new RegExp(r'.*') }; ``` It would be great to have...

I'm using `DefaultCacheManager` to download the image on the device so that the next time it will be from the cache. I want to cache these images as encrypted and...

I have the formatted price in the currency **CVE** formatted price is **3,000,00** This price is formatted from the android device based on the selected locale. I'm using the below...

Try to load the Intercom script from Dart, like firebase: https://github.com/FirebaseExtended/flutterfire/blob/0578423e9868352556bfdd326eef1cca8dbe04aa/packages/firebase_core/firebase_core_web/lib/src/firebase_core_web.dart#L76

enhancement

PDF view is distorted. It displays some black boxes. I tried with both versions: 1. `implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'` and nightMode to false. 2. `implementation 'com.github.barteksc:android-pdf-viewer:2.8.2'` Device Details: Redmi Note 8 Pro...

There are the following non-fatal exceptions in the Firebase crashlytics: ``` Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError RangeError (start): Invalid value: Not in inclusive range 0..1: 2. Error thrown while rastering a PDF....

fixes https://github.com/sarbagyastha/youtube_player_flutter/issues/300 fixes https://github.com/sarbagyastha/youtube_player_flutter/issues/782 fixes #864 fixes #828

Deployed the v1 event-driven cloud function with the following configuration: ``` "dependencies": { "firebase-admin": "^11.3.0", "firebase-functions": "^4.1.0" }, "engines": { "node": "16" } ``` The function is without `runWith` configuration....

type: bug
infrastructure
reproducible: yes

Should we update the license? Currently [it](https://github.com/v3rm0n/intercom_flutter/blob/master/intercom_flutter/LICENSE) says `Copyright (c) 2018 xChange OÜ` What would be the new license?

in-triage

Currently I'm migrating the code to use web package. I have video element. ``` final videoElement = web.HTMLVideoElement(); ``` requestFullscreen and enterFullscreen methods are not available on HTMLVideoElement ``` videoElement.requestFullscreen();...

area-api-missing