optimised_animated_digits 0.0.5+2 copy "optimised_animated_digits: ^0.0.5+2" to clipboard
optimised_animated_digits: ^0.0.5+2 copied to clipboard

A widget that allows you to animate digits change of any number without compromising number precision and application performance.

A widget that allows you to animate digits change of any number without compromising number precision and application performance.

Features #

  • 60 FPS.
  • Low memory usage.
  • No use of scroll views for scrolling effects.
  • Jank Free

This package depends on Advanced Value Notifier You will need to add this one also as an dependency. To fully utilise this package.

Demo Video #

The example app running in iOS

Usage #

    OptimisedAnimatedDigit(
      milliseconds: 500,
      valueNotifier: valueNotifier,
      positiveColor: Colors.green,
      negativeColor: Colors.red,
      neutralColor: Colors.black,
      textStyle: const TextStyle(fontSize: 20),
      decimal: const FlutterLogo(),
      digitsSeparator: const Text('\$'),
    ),

More examples are available inside the /example folder.

Additional information #

Connect with Author over Linkedin

0
likes
100
pub points
12%
popularity

Publisher

verified publisherabhishak.in

A widget that allows you to animate digits change of any number without compromising number precision and application performance.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

advanced_value_notifier, flutter

More

Packages that depend on optimised_animated_digits