flutter_number_animation 0.0.6 copy "flutter_number_animation: ^0.0.6" to clipboard
flutter_number_animation: ^0.0.6 copied to clipboard

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

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)
)

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

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

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

6
likes
30
pub points
46%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_number_animation