v3.5.0
What's Changed
- New Widget: Added
RotatingColorGradient
andWavyGradientDots
, new widgets that provide dynamic backgrounds and UI elements.RotatingColorGradient
: Implements a list tile with a rotating color gradient background.- Includes dynamic Lottie animations.
- Supports title, subtitle, and artwork display.
- Manages play/pause controls and skip actions with Lottie animations.
- Incorporates a time bar for seeking.
WavyGradientDots
: Implements a list tile with wavy gradient and dots background.- Displays title, subtitle, and artwork.
- Features dynamic floating action button for play/pause.
- Implements seek controls and navigation to console.
- Background Painter: Implemented
BackgroundPainterNode
andbackground
to allow for dynamic backgrounds. - RoundedPolygonShape: Updated the
RoundedPolygonShape
to allow a minimum of 3 sides. - BuildConfig: Added
IAP_COLOR_CROFT_ROTATING_GRADEINT
andIAP_COLOR_CROFT_WAVY_GRADIENT_DOTS
to support new widgets. - Build: Updated
versionCode
to190
andversionName
to3.5.0
. - Lottie: Updated
lottieAnimationPainter
and addeddynamicProperties
.
Full Changelog: v3.4.0...v3.5.0