elastic_blob 0.0.2 copy "elastic_blob: ^0.0.2" to clipboard
elastic_blob: ^0.0.2 copied to clipboard

Stretchable and rotatable blob interaction widget for Flutter with elastic animation.

Elastic Blob #

Stretchable and rotatable blob interaction using gestures. Elastic animation that makes the widget bounce back smoothly.

Elastic Blob Demo

Usage #

ElasticBlob(
  radius: blobRadius,
  underBlobWidget: Icon(
    Icons.close,
    color: Theme.of(context).colorScheme.onSurface,
    size: blobRadius,
  ),
  aboveBlobWidget: Icon(
    Icons.close,
    color: Theme.of(context).colorScheme.onPrimary,
    size: blobRadius,
  ),
  duration: const Duration(milliseconds: 350),
);
1
likes
140
points
89
downloads

Publisher

unverified uploader

Weekly Downloads

Stretchable and rotatable blob interaction widget for Flutter with elastic animation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on elastic_blob