flutter_floating_particles 1.0.2 copy "flutter_floating_particles: ^1.0.2" to clipboard
flutter_floating_particles: ^1.0.2 copied to clipboard

A highly customizable, performant Flutter package for dynamic animated particle effects. Add stars, snowflakes, dots, or custom shapes as interactive backgrounds and overlays.

1.0.2 #

  • Significant performance optimization for low-end devices:
    • Implemented RepaintBoundary for GPU-accelerated animation layering.
    • Optimized rendering of complex shapes with cached paths.
  • Added new ParticleType.leaf for realistic falling leaves effect.
  • Added support for network images in ParticleType.image. Support both HTTP/HTTPS URLs.
  • Added support for SVG images (both local assets and network URLs) via flutter_svg.

1.0.1 #

  • Fixed Dart analysis warnings and lints across the package and example.
  • Improved performance by using const constructors where applicable.
  • Updated deprecated API usage for better compatibility with recent Flutter versions.
  • Improved unit test robustness by disabling debug banners during testing.

1.0.0 #

  • initial draft of the Flutter Floating particles.
7
likes
160
points
82
downloads

Publisher

verified publisherniteshmandal1.com.np

Weekly Downloads

A highly customizable, performant Flutter package for dynamic animated particle effects. Add stars, snowflakes, dots, or custom shapes as interactive backgrounds and overlays.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, http, vector_math

More

Packages that depend on flutter_floating_particles