adnanatif

Results 4 comments of adnanatif

`AxisTitles( sideTitles: SideTitles( showTitles: true, reservedSize: 36, getTitlesWidget: (value, meta) { final index = value.toInt(); return SideTitleWidget( axisSide: meta.axisSide, child: _IconWidget( color: BarChartSample7.dataList[index].color, isSelected: touchedGroupIndex == index, ), ); },...

i also faced this issue and here is my function for getting streams of data from firestore when the item is deleted and when i listen this data first it...