flutter_ticker 0.0.1
flutter_ticker: ^0.0.1 copied to clipboard
An Flutter text widget with scrolling text change animation
flutter_ticker #
An Flutter text widget with scrolling text change animation.
Preview #

Usage #
dependencies:
flutter_ticker: ^0.0.1
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 #
This project is a flutter implementation of the ticker project.