Skip to content

Show the change of a number beautifully with a dynamic sliding animation.

License

Notifications You must be signed in to change notification settings

Israelper/sliding_number

 
 

Repository files navigation

sliding_number

Show the change of a number beautifully with a dynamic sliding animation.

Demonstration

Demo

Code Example

SlidingNumber(
   number: _points,
   style: Theme.of(context).textTheme.headline3!,
   duration: const Duration(milliseconds: 500),
   curve: Curves.easeOutQuint,
),

Contributions

Feel free to contribute here.

About

Show the change of a number beautifully with a dynamic sliding animation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 58.8%
  • HTML 35.7%
  • Swift 3.9%
  • Kotlin 1.2%
  • Objective-C 0.4%