v0.1.4countup
アニメーションカウンターのテキストを作成するのに役立つFlutterプラグインです。
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