vitality 2.0.0 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, [...]
1.0.1 #
-
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.
-
added the randomly generated animations with a custom settings chosen by you (like make the movements vertically only, determine minimum and maximum speed, size, opacity ...).
-
added the lines generated animation which gives animated queues if shapes with number of lines determined by you.
1.0.2 #
- Fixing error : "Unsupported operation: Cannot modify an unmodifiable list" error when passing a const array of colors
1.0.3 #
- Improving performance
1.0.4 #
- Fixing error : "App error: setState() called after dispose():VitalityState#eee0e(lifecycle state: defunct, not mounted)"
2.0.0 #
- Removing the required width and height properties (Vitality will now take the parent's width and height).
- Improving performance.
- Fixing the error: sometimes the animations freeze.