v0.1.4countup
애니메이션 카운터 텍스트를 만들 수 있도록 도와주는 플러터 플러그인입니다.
130좋아요 1만30일 다운로드140Pub 점수
AndroidiOSWebmacOSWindowsLinux
Flutter용 기본 카운터 위젯입니다.
{"sdk":"flutter"}{"sdk":"flutter"}아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
A Flutter package that helps you create animated Text widgets for Android and IOS. Based by https://gitlab.com/kmcgill88/mccounting_text
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'
begin: doubleend: doubleseparator: Stringduration: Durationstyle: TextStyleprefix: Stringsuffix: Stringprecision: intcurve: CurvetextAlign: TextAligntextDirection: TextDirectionlocale: LocalesoftWrap: booloverflow: TextOverflowtextScaleFactor: doublemaxLines: intsemanticsLabel: String