number_animation 0.0.4 copy "number_animation: ^0.0.4" to clipboard
number_animation: ^0.0.4 copied to clipboard

outdated

A simple and easy to use widget to help you show numbers by animation.

Language: English | 中文简体

number_animation #

A simple and easy to use widget to help you show numbers by animation.

Add dependency #

dependencies:
  dio: ^0.0.3  // last version

Super simple to use #

import 'package:flutter/material.dart';
import 'package:number_animation/number_animation.dart';


...
@override
Widget build(BuildContext context) {
    return NumberAnimation(end: 100);
}

Fields API #

请查看注释:number_animation.dart

Full example code #

Exmaple

Preview:

Example Demo

9
likes
0
pub points
27%
popularity

Publisher

unverified uploader

A simple and easy to use widget to help you show numbers by animation.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on number_animation