Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter_number_animation

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

preview

video1

works with text too!

video2

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


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top