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

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

pub package License: MIT

Flutter Countup #

A Flutter package that helps you create animated Text widgets for Android and IOS. Based by https://gitlab.com/kmcgill88/mccounting_text

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'

Props #

begin: double

end: double

separator: String

duration: Duration

style: TextStyle

prefix: String

suffix: String

precision: int

curve: Curve

textAlign: TextAlign

textDirection: TextDirection

locale: Locale

softWrap: bool

overflow: TextOverflow

textScaleFactor: double

maxLines: int

semanticsLabel: String

121
likes
120
pub points
95%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on countup