gerken-tss

Results 23 comments of gerken-tss

@mobikats Wow, this is amazingly ugly. Does this mean, I have to make two hard coded changes to the URL and also wrap this logic into a block that is...

@pansitwattana Your solution works, not bad! The only drawback is that all the caching capabilities and other things like placeholder widgets that are part of the `flutter_svg` package are not...

I have the same error and I fear @hisohiso3b's solution does not work. While it prevents the error, it also prevents loading the content of the iframe, at least for...

I tried to find out if it's a problem of the `camera2` library of Android or of the `camera` package of Flutter (or even of the way I call the...

@timbotimbo & @camsim99 I guess I fixed the bug. Can you guys confirm by putting the following lines in the `pubspec.yaml` of your project: ```yaml camera: git: url: [email protected]:gerken-tss/plugins.git ref:...

Btw my tests were positive for `issue-97501-flash-remains-lit` and native camera2 example (both for the device Google Pixel 4a).

> @gerken-tss Thank you so much for taking a look at the issue! I can work on confirming it works, but do you mind explaining how you fixed it? Sorry...

@Muzammil-Bit > Any real solutions to this problem yet? Yes. The one I posted [here](https://github.com/flutter/flutter/issues/97501#issuecomment-1512719386): > > @gerken-tss Thank you so much for taking a look at the issue! I...

@Muzammil-Bit Well, since the repository is public, you might as well use the `http` URL: ``` git clone --mirror https://github.com/gerken-tss/plugins.git ```

I think, there are multiple issues with the flash on Android (at least on several devices). Such as [this](https://github.com/flutter/flutter/issues/97501) and [this](https://github.com/flutter/flutter/issues/97501) which might be related and make Flutter and the...