smooth_counter icon indicating copy to clipboard operation
smooth_counter copied to clipboard

Results 2 smooth_counter issues
Sort by recently updated
recently updated
newest added

## Overview - Bump up intl package version to latest.

Separator that meets the Brazilian standard separating values with '.' Example: 150.000 `SmoothCounter( count: int.parse(controller.getTotalUsers()), textStyle: CustomTheme.of(context).displayMedium.override( fontFamily: CustomTheme.of(context).displayMediumFamily, color: CustomTheme.of(context).primary, ), animateOnInit: true, duration: Duration(seconds: 1), ),`