Iman Khoshabi

Results 499 comments of Iman Khoshabi

Yes exactly, you need to set `duration: Duration.zero` to fix this issue. Thanks @felixdollack for contributing!

Sorry for my late response. And thanks for fixing it!

Oh, nice! Let's update the dependency 🥳🥳🥳🥳🥳

> It's now released in flame_bloc v1.12.0 :) 1.18.0 you mean

> No, v1.18.0 is the Flame version, the `FlameBlocReader` class is in the flame_bloc package which has the version v1.12.0. Oh, you're right. We have separate versioning for flame_bloc

Hey Payam. Yes, you're right. I'm pretty sure that you found the correct line to edit. But the point is that I'm not sure about having a web version of...

You're welcome. I will keep it open to not forget this topic.

Let's follow it on #1625

Yes, you can add stops to your gradient to achieve the result. Check the [LinearGradient](https://api.flutter.dev/flutter/painting/LinearGradient-class.html) and stops property. You can use it in the `gradient` property of [LineChartBarData](https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/line_chart.md#linechartbardata)

We changed it in the [0.50.0](https://github.com/imaNNeo/fl_chart/releases/tag/0.50.0), now we have getTitlesWidget which you can return a simple Container() when you don't want to show the title. You can read the [migration...