enter image description here
i have tried pie_chart and wish someone could help me
Related
I have to custom like this image. Can anyone help me with example ?
I tried some lib in pub dev but not success.
This result you can achieve with mrx_charts library
I tried to find any flutter package for that but unfortunately, I did not find one enter image description here
You can use percent_indicator package, and for each percentage you show a text with check icon as like the image you show.
I need help creating this flow chart in flutter. I've tried packages like graphite and syncfusion but they dont do the job. Any help is appreciated.
Link to image
You can create a similar look using a custom painter in flutter.
I solved this by editing the svg code and adding variables to colors and texts, thereby making them dynamic.
I am trying to display on a flutter app (here on the desktop version) this kind of interactive svg:
Svg flame graph
The problem is that since Flutter doesn't support svg by default, they only a few solution to it. The flutter_svg package doesn't work in my case because it render a picture. So the interactivity will not work. We can't click on the svg and have the data changing according to where we clicked.
In addition, we have a potential search with text that is included in this svg. Finally, this svg provided is only an example but in my project a svg of this type will be generated depending on the user need. So, I can't "hard code" the svg in my project.
So, do you have any ideas how to display that kind of svg in an flutter app?
I am currently using the package curved_navigation_bar: ^0.4.0-nullsafety.0 to display a navigation bar in my flutter project.
currently the default shape of selected icon looks like this
I want something that looks like this
when I go into the source code I see some mathematical formulas which I tried tweaking but am not getting a similar result. can someone help me? a container or widget of this exact shape will also help me. thanks