dmiedev/sliding_number
Show the change of a number beautifully with a dynamic sliding animation.
- Stars
- 3
- Forks
- 3
- Last push (UTC)
- Oct 2, 2022
- Project status
- Active
LanguagesDartHTMLSwiftKotlinObjective-C
Technical topics
Dependencies used
Dependency list 3 items
- flutter
{"sdk":"flutter"} - flutter_lintsDevelopment
^1.0.3 - flutter_testDevelopment
{"sdk":"flutter"}
Original README
English project snapshot. Visit GitHub for the latest content.
Expand / collapse project README
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.