Skip to content

v3.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 07:56
· 11 commits to master since this release
7fc6a56

What's Changed

  • New Widget: Added RotatingColorGradient and WavyGradientDots, 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 and background to allow for dynamic backgrounds.
  • RoundedPolygonShape: Updated the RoundedPolygonShape to allow a minimum of 3 sides.
  • BuildConfig: Added IAP_COLOR_CROFT_ROTATING_GRADEINT and IAP_COLOR_CROFT_WAVY_GRADIENT_DOTS to support new widgets.
  • Build: Updated versionCode to 190 and versionName to 3.5.0.
  • Lottie: Updated lottieAnimationPainter and added dynamicProperties.

Full Changelog: v3.4.0...v3.5.0