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

Introducing a powerful Flutter package that lets you effortlessly create stunning live animations in the background. With just 10 lines of code, you can add randomly moving icons, circles, rectangles, [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vitality

With Flutter:

 $ flutter pub add vitality

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

dependencies:
  vitality: ^2.0.0

Alternatively, your editor might support dart pub get or 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

Introducing a powerful Flutter package that lets you effortlessly create stunning live animations in the background. With just 10 lines of code, you can add randomly moving icons, circles, rectangles, and more to your app, resulting in a visually captivating experience.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, flutter

More

Packages that depend on vitality