vitality 1.0.4 vitality: ^1.0.4 copied to clipboard
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.
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)"