Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.22 KB

File metadata and controls

37 lines (26 loc) · 1.22 KB

[0.1.0] - 2026-01-30

  • Major Performance Overhaul: Refactored MovingBackground to use a single Ticker and CustomPainter. This significantly reduces CPU/GPU usage and provides much smoother animations.
  • New Animation Types: Added pulse, scale, and move animation types to MovingBackground.
  • New Components:
    • Added BubbleBackground: A high-performance bouncing bubbles effect.
    • Added RainBackground: A parallax rain effect.
  • Pause/Resume: Added isPaused property to all background components.
  • Improved API: MovingCircle is now a lightweight data class.
  • Better Randomness: Improved the way circles move to random positions for a more natural feel.
  • Bug Fixes: Fixed issues with animation stuttering and memory leaks.

[0.0.5] - 2024-02-18

  • Improved mixed animation type, fade and Transition
  • Upgrade dart and Flutter SDKs

[0.0.4] - 2024-02-18

  • Add mixed animation type, fade and Transition
  • Upgrade dart and Flutter SDKs

[0.0.3] - 2024-01-22

  • Follow Dart lint rules
  • Refact description and documentation
  • add example gif

[0.0.2] - 2024-01-22

  • Upgrade dart sdk
  • Improved readme
  • Improved Docs

[0.0.1] - 2024-01-20

  • Add Circles Gradient Background.