countup 0.0.2 copy "countup: ^0.0.2" to clipboard
countup: ^0.0.2 copied to clipboard

outdated

An flutter plugin that will help you to build animated counter texts.

pub package License: MIT

Flutter Countup #

Countup Widget for Flutter.

Installation #

In your pubspec.yaml file within your Flutter Project:

dependencies:
  countup: ^0.0.2

Simple Usage #

You should give a begin, end and a duration value to Countup widget. If you want you can also give separator and style value.

Countup(
  begin: 0,
  end: 7500,
  duration: Duration(seconds: 3),
  separator: ',',
  style: TextStyle(
    fontSize: 36,
  ),
)

'flutter-countup-basic'

121
likes
0
pub points
95%
popularity

Publisher

unverified uploader

An flutter plugin that will help you to build animated counter texts.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on countup