https://pub.dev/packages/mccounting_text

McCountingText(
  begin: 0,
// end: 100,
end: value.toDouble(),
  style: baseTextStyle().copyWith(fontSize:  11.0.sp, fontWeight: FontWeight.bold, color: Colors.black),
  duration: Duration(seconds: 1),
  curve: Curves.decelerate,
);

animated_counter 1.0.0

https://pub.dev/packages/animated_counter/versions/0.0.7