Ilya Suvorov
Ilya Suvorov
Hi. I'm working on Flutter plug-in for iOS/Android. The problem is when I run release version the `iv` value in `EncryptedPayload` is null. I solved that by adding `@JsonClass(generateAdapter =...
The width of the element to detect clicks on chart elements is calculated by the size of the entire chart widget. But when we use Y-axis decoration with `showValues: true`,...
When we setting `ChartData. axisMin` the Offset in `TargetLineDecoration.applyPaintTransform` calculates wrongly. The problem is in: `Offset(state.defaultPadding.left + state.defaultMargin.left, _height - (state.defaultMargin.bottom + state.defaultPadding.bottom) - (scale * (target ?? 0.0) +...