An Flutter text widget with scrolling text change animation.
View 👆demo👆 online.
| Ticker | Timer & Progress |
|---|---|
![]() |
![]() |
dependencies:
flutter_ticker: ^0.0.1+3import 'package:flutter_ticker/flutter_ticker.dart';
Ticker(
text:'\$10.24',
)| 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 |
- flutter_hypertext: A highly extensible rich text widget that can automatically parse styles.
- jpeg_encode_ffi: Encode images into Jpeg format through native FFI binding.
- varint: A Dart library for encoding and decoding variable-length quantity (VLQ).
This project is a flutter implementation of the ticker project.

