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.

Libraries

flutter_ticker