Flutter Dev with experience in using custom painter needed
Budget: $10 – $30 USD
I am seeking a talented Flutter developer who is experienced in using custom painter to write data to the canvas.
I want an upgrade of an existing library which is available on pub.dev (and Github).
The library is fl_chart and I would like to have the radar chart upgraded that it is not only able to use text as a chart title but also is able to either show svg graphics (which could include graphic and title in one graphic) as title or another solution to show the titles as shown in the second image below.
The package page on pub.dev:
https://pub.dev/packages/fl_chart
Please find the Github link on the pub.dev page.
I identified that the change needs to be done in RadarChartPainter class in file radar_chart_painter.dart. This is located in lib/src/chart/radar_chart/radar_chart_painter.dart.
The TextPainter _titleTextPaint needs to be replaced by a custom painter where I struggle since I am relatively new to Flutter.
The graphic and the text needs to be configurable similar to how the title today is configurable.
The 2 sample images show the actual situation (the one which shows the whole chart) and the second how I want the title to look in future where the icon and text need to be configurable.
I want an upgrade of an existing library which is available on pub.dev (and Github).
The library is fl_chart and I would like to have the radar chart upgraded that it is not only able to use text as a chart title but also is able to either show svg graphics (which could include graphic and title in one graphic) as title or another solution to show the titles as shown in the second image below.
The package page on pub.dev:
https://pub.dev/packages/fl_chart
Please find the Github link on the pub.dev page.
I identified that the change needs to be done in RadarChartPainter class in file radar_chart_painter.dart. This is located in lib/src/chart/radar_chart/radar_chart_painter.dart.
The TextPainter _titleTextPaint needs to be replaced by a custom painter where I struggle since I am relatively new to Flutter.
The graphic and the text needs to be configurable similar to how the title today is configurable.
The 2 sample images show the actual situation (the one which shows the whole chart) and the second how I want the title to look in future where the icon and text need to be configurable.