I want to make this kind of line chart thing in flutter, how can I get it done. I looked into couple of libraries for single line charts but they don't seem to be near anywhere like this. I tried progress bar and tweaking it and it doesn't yield this kind of results.
Possible solution I am thinking is using container and setting it width based on some calculations. Any ideas.
CodePudding user response:
my first recommendation is try to use Slider, if this is not useful, so use Canvas
This is an example of Canvas
Peace
CodePudding user response:
You can use this package it is almost help you linear_progress_bar 1.1.0 and you can edit as your requirement.