flutter_ticker
An Flutter text widget with scrolling text change animation.
Preview
View 👆demo👆 online.
Ticker | Timer & Progress |
---|---|
![]() |
![]() |
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.