flutter_blobs icon indicating copy to clipboard operation
flutter_blobs copied to clipboard

Generate Blob shapes for flutter apps

Results 14 flutter_blobs issues
Sort by recently updated
recently updated
newest added

It would be good if there is option to save / download blobs in various image formats from blobs.app site

Implementation ```dart /// Stack parent as background for this screen Positioned.fill( child: Stack( children: [ // TODO: insert blobs here Positioned( bottom: -200, right: -150, child: Blob.animatedFromID( id: [ '10-5-9670',...

When using `Blob.animatedRandom`, the duration of the animated blob seems to be stuck to the initial value, even if it is changed using `setState` in a `StatefulWidget`. Here is the...

Ever since Flutter 1.20.0, the blobs which before had no issues will "reset" to what seems like a random position at the end of the time set for a `Blob.animatedRandom()`,...

I was of the assumption that if I trigger a change from the BlobController on an animated Blob, the change would be animated. Unfortunately, that doesn't happen and the Blob...

As in the title. I can see how to set a color and fill with `BlobFillType.fill` or out outline with `BlobFillType.stroke` but it'd be great to be able to have...

![dsadsadas](https://user-images.githubusercontent.com/50977126/89216328-d111fc80-d5e7-11ea-818c-2c5bf007857d.PNG) I am trying to build the above UI. I have 2 questions - 1. How do I create custom shapes as I want in blob? 2. How to place...

I'm interested in animating the movement of blobs (e.g. waterfall, cyclone, etc.) -- do you have any recommendations for how best to do this? And do you plan to add...

Hello, I finished the upgrading to flutter embedding v2 and upgraded Gradle to the newest working version. The example finally runs again without problems

Just in case you didn't already know. Thanks, fun project!