flutter_ticker 0.0.1+3 copy "flutter_ticker: ^0.0.1+3" to clipboard
flutter_ticker: ^0.0.1+3 copied to clipboard

An Flutter text widget with scrolling text change animation.

flutter_ticker #

pub package GitHub stars GitHub forks GitHub license GitHub issues

An Flutter text widget with scrolling text change animation.

Tip

If this package is useful to you, please remember to give it a star✨ (Pub | GitHub).

Preview #

View 👆demo👆 online.

Ticker Timer & Progress
flutter_ticker

Usage #

dependencies:
  flutter_ticker: ^0.0.1+3
import 'package:flutter_ticker/flutter_ticker.dart';

Ticker(
  text:'\$10.24',
)

Support parameters #

Parameters Optional Default Description
text Required Text content
alignment Optional TickerAlignment.center Text alignment direction
style Optional Inherited from the theme Text style
duration Optional 500Ms Animation duration
curve Optional Curves.ease Animation curves
characters Optional 0123456789 A collection of characters for animations

Other flutter widgets or dart library #

  • flutter_hypertext: A highly extensible rich text widget that can automatically parse styles.
  • varint: A Dart library for encoding and decoding variable-length quantity (VLQ).

Other #

This project is a flutter implementation of the ticker project.

3
likes
160
points
9
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

An Flutter text widget with scrolling text change animation.

Repository (GitHub)
View/report issues

Topics

#ticker #text #animation #countdown #progress

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_ticker