Klemen Tusar

Results 234 comments of Klemen Tusar

@hngouveia01 So I did what https://github.com/flutter/flutter/issues/146648#issuecomment-2058251386 suggests and tried naively removing `Path.close()` in these places: - https://github.com/imaNNeo/fl_chart/blob/2ecde9a40da3206af0c27dc783c1a538947d5aa6/lib/src/chart/line_chart/line_chart_painter.dart#L643 - https://github.com/imaNNeo/fl_chart/blob/2ecde9a40da3206af0c27dc783c1a538947d5aa6/lib/src/chart/line_chart/line_chart_painter.dart#L687 Unfortunately, I can see no changes. The line is still the...

I found a few related issues: - https://github.com/flutter/flutter/issues/147139 - https://github.com/flutter/flutter/issues/148323 And a PR that apparently fixes them https://github.com/flutter/engine/pull/52978

Still problematic with Impeller in Flutter v3.22.2 Looks like we might have to wait for https://github.com/flutter/flutter/issues/149701 to be cherry picked.

Still problematic with Impeller in Flutter v3.22.3

@imaNNeo, since you have the greatest level of detailed insight here, maybe you could open a ticket in flutter/flutter? P.S. Pie charts are also broken using Impeller.

Looks like this has been fixed in Flutter v3.24.1 🚀

> Then we can close this issue. Indeed. 😎

Hey, The package uses [robrogers3/vue-single-select](https://github.com/robrogers3/vue-single-select) to do the heavy-lifting and I'm not sure that supports this logic.

I just checked and it works just fine for me. Can you provide some more info?

> changing the placeholder method to: > > ``` > public function placeholder($text) > { > if ($text) { > $this->placeholder = trim($text); > > return $this->withMeta([__FUNCTION__ => $this->placeholder]); >...