random_shapes_animator 1.2.1
random_shapes_animator: ^1.2.1 copied to clipboard
Lightweight Flutter widget for adding sparkling, animated shapes like stars or snowflakes with random motion to any UI.
1.2.1 #
- Minor Change
1.2.0 #
- Added
motionType
parameter to support different sparkle motions:straight
orsine
(random curvy motion).
1.1.2 #
- Minor Change
1.1.1 #
- Minor Fix
1.1.0 #
- Added new shapes:
square
,hollowSquare
,triangle
,hollowTriangle
,hexagon
,hollowHexagon
,spiral
.
1.0.1 #
- Replaced deprecated
withOpacity
usage withwithValues
. - Updated the default
areaSize
fromSize(200, 250)
toSize(200, 200)
for better consistency.
1.0.0 #
- Initial Release