vitality 1.0.2 copy "vitality: ^1.0.2" to clipboard
vitality: ^1.0.2 copied to clipboard

outdated

A Flutter package that Allows you to create a very beautiful live animations in the background (like randomly moving icons ,circles ,rectangles ....) within 10 lines.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vitality

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  vitality: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:vitality/vitality.dart';
58
likes
0
pub points
74%
popularity

Publisher

unverified uploader

A Flutter package that Allows you to create a very beautiful live animations in the background (like randomly moving icons ,circles ,rectangles ....) within 10 lines.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on vitality