is there any method for creating 3D charts in flutter
问题 I want to make a 3D pie chart in my app but I am finding difficult to find the solution that shows the percentage and name for the area of selected region in the graph. I am using AnimatedCircularChart and for that the package is: import 'package:flutter_circular_chart/flutter_circular_chart.dart'; > AnimatedCircularChart( key: _chartKey, size: _chartSize, initialChartData: _quarterlyProfitPieData[0], chartType: CircularChartType.Pie, I want the label over the selected region. 回答1: Please try