jelly_blob 1.0.4
jelly_blob: ^1.0.4 copied to clipboard
A dynamic, animated blob effect package for Flutter widgets. [GitHub Repository](https://github.com/suojae/jelly-blob)
1.0.4 #
- fix version error
1.0.3 #
- update description
1.0.2 #
- update readme file
1.0.1 #
- Enhanced Customization & API Improvements
- Renamed
pointCount→detailLevelfor better readability and clarity. - Exposed
detailLevelandamplitudeas fully customizable parameters. - Improved default values for better UX:
detailLevel = 12(balanced blob complexity)amplitude = 10.0(natural distortion effect)
- Maintains full support for images, gradients, and custom widgets inside the blob.
- Renamed
1.0.0 #
- Initial Stable Release
- Blob Widgets: Introduces
AnimatedBlob,BlobButton, andBlobContainerto apply dynamic blob effects. - Polymorphic Design: Not limited to color backgrounds—easily integrate images, gradients, or any custom widget.
- Customizable Parameters: Fully configurable options for animation duration, size, amplitude, point count, etc.
- Modular Architecture: Organized using a Melos monorepo setup, ensuring maintainability and ease of contribution.
- Comprehensive Documentation: Includes usage examples, detailed API documentation, and unit tests for reliability.
- Blob Widgets: Introduces