All notable changes to this package will be documented in this file.
-
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.
- Fixing error : "Unsupported operation: Cannot modify an unmodifiable list" error when passing a const array of colors
- Improving performance
- Fixing error : "App error: setState() called after dispose():VitalityState#eee0e(lifecycle state: defunct, not mounted)"
- 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.
- Enhancing functionality by introducing the capability to draw not only icons and shapes but also images.
- Introduced a custom mode option to enhance specific customization capabilities.
- Implemented minimum height and width parameters in the
ShapesGenerator
for greater control. - Most
ShapesGenerator
parameters is no longer required. - Renamed all
ShapeType
names from triangle to square. - Eliminate the need to import individual files, simply import the main library file.
- Documenting part of the code to make it clearer and easier to understand.