blob_flutter 1.0.0 copy "blob_flutter: ^1.0.0" to clipboard
blob_flutter: ^1.0.0 copied to clipboard

A highly customizable and performant 3D particle blob effect for Flutter.

1.0.0 #

  • Initial release of blob_flutter.
  • High-performance interactive 3D particle blob powered by custom GPU fragment shaders (blob.frag).
  • Multi-threaded background computation via dedicated worker Isolate.
  • 8 procedural noise models (Smooth Waves, Spikes, Cellular, Wrinkles, Crystal, Swirl, Organic Pulse).
  • Fluid multi-touch drag rotation, hover tracking, and tap dispersion physics.
  • Zero-allocation render loop using pre-allocated buffers and Canvas.drawRawPoints.
  • Robust error handling hierarchy (BlobShaderException, BlobWorkerException, BlobParameterException) with fallback UI (errorBuilder, onError).
10
likes
160
points
0
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A highly customizable and performant 3D particle blob effect for Flutter.

Repository (GitHub)
View/report issues

Topics

#graphics #animation #particles #shaders #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on blob_flutter