stats_animation 1.0.3 copy "stats_animation: ^1.0.3" to clipboard
stats_animation: ^1.0.3 copied to clipboard

Display your stats with animation and design as you want thanks to many parameters

Stats Animation #

Display yours stats with animation. You can use this package on all platform who support Flutter

Getting Started #

You can use this package very easily.

You need to add this lines to your pubspec.yaml :

dependencie:
    stats_animation: ^1.0.3

Usage #

import 'package:stats_animation/stats_animation.dart';

then you can use the package with a map of String and double (you can adapt all parameters like Colors, size, aligment etc)

Scaffold(
      appBar: AppBar(
        title: Text('Stats Animated'),
      ),
      body: Center(
          child: StatsAnimation(
        {
          'attack': 90,
          'speed': 100,
          'defense': 60,
          'hp': 10,
        },
      )),
    )
3
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Display your stats with animation and design as you want thanks to many parameters

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on stats_animation