Mohamed Amin

Results 9 comments of Mohamed Amin

> ════════ Exception caught by SVG ═══════════════════════════════════════════════ The following UnsupportedError was thrown in _Element.svg: Unsupported operation: Unsupported nested element. > > The root element contained an unsupported nested SVG element....

Well that's unfortunate, for me it was vice versa. svg was just all black until I used svg cleaner

Hello, I'm finding it confusing why OperationException class the graphqlErrors list is empty I'm testing to throw exception on purpose (for examle "mobile" I change it to "mobil") ![image](https://user-images.githubusercontent.com/51845593/196648870-697cb313-a9e9-49c1-bafa-09ce5577b5f2.png) ```...

You can make pull request of your solution and it'll be solved in the library itself

try `BlendMode.srcIn` ``` colorFilter: const ColorFilter.mode( MainColors.color2, BlendMode.srcIn, ), ```

This really frustrating, on android you can fix this issue in AndroidManifest by setting `android:allowBackup="false"` But on ios I'm not able to find a solution

I discovered a solution to this issue, although it seems a bit perplexing. In my case, the problem arises whenever the app is in the background. A workaround is to...

I had the same awkward weird issue until I turned off this: I'm new to AWS and still learning...

@DevTGhosh Please let me know if this works for you and someone explain why?