Guilherme Girotto
Guilherme Girotto
@joehan The original problem that relates with the large number of functions is the same as I'm facing? Because I have a similar issue that outputs a quota error although...
Facing the same issue! Anyone found a solution to this?
@xvrh facing a similar issue in the latest `v3.0.0-alpha.2` and Flutter `3.16.0` Animation: https://github.com/xvrh/lottie-flutter/assets/11745745/4272442b-7942-483b-902f-5d1c2f2ae166 Result: https://github.com/xvrh/lottie-flutter/assets/11745745/2acd1766-3dbb-4f7d-91c0-54c142b29373
Same issue here
Is this supported in the latest build? The [docs](https://docs.sentry.io/platforms/flutter/enriching-events/screenshots/#enabling-screenshots) says to use `attachScreenshoot` option, but it seems to not exist in the latest version.
That's my bad. I was using `Sentry.init` instead `SentryFlutter.init`. Thanks for the reply
Hi @darshankawar , thanks for your reply. Sorry if I couldn't better explain the problem, but the padding that I wasn't expecting to have is the padding between the Row...
> If you don't want to show padding (top, bottom, left, right) with SafeArea then define these elements as false. I was facing same issue and resolved by using code...
@maheshmnj In the example I added to the issue, the goal of the `SafeArea` that's wrapping the `Row` is to avoid the iOS Action Indicator in the bottom of the...