stats_animation

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

stats animation

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
copied to clipboard
Usage #
import 'package:stats_animation/stats_animation.dart';
copied to clipboard
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,
},
)),
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.