v0.1.4countup
एक फ्लटर प्लगइन जो आपकी सहायता करेगा एनिमेटेड काउंटर टेक्स्ट बनाने में।
130लाइक 10.2 हज़ार30-दिन डाउनलोड140Pub अंक
AndroidiOSWebmacOSWindowsLinux
फ्लटर के लिए मूल संख्यांकन विजेट।
{"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