A package to display numbers or any other text more nicely

  packages, Packages, Text

flutter_number_animation

With this package you can display numbers or any other text more nicely

Preview

Works with text too!

How to use

  1. Add this to your package’s pubspec.yaml file:
dependencies:
  flutter_number_animation: ^0.0.6
  1. Add NumberAnimation Widget wherever you need!
NumberAnimation('123456789'),
  1. You can also set the TextStyle and time between each slides
NumberAnimation('123456789',
textStyle: TextStyle(fontSize: 60, color: Colors.red),
timeBetweenSlides: Duration(milliseconds: 800)
)

Contribute on this package at GitHub

With this package you can display numbers or any other text more nicely
https://github.com/studioidan/flutter_number_animation
2 forks.
9 stars.
1 open issues.

Recent commits: