floating_bubbles 0.0.1 copy "floating_bubbles: ^0.0.1" to clipboard
floating_bubbles: ^0.0.1 copied to clipboard

outdated

A Flutter Package for adding Floating bubbles in the background to a widget.

Floating Bubbles #

A Flutter Package for adding Floating bubbles in the background to a widget.

Usage #

 Stack(
    children: [
     Positioned.fill(
        child: Container(
        color: Colors.blue,
      ),
     ),
     Positioned.fill(
         child: Bubbles(
         noOfBubbles: 20,
         colorOfBubbles: Colors.white.withAlpha(30),
         sizeFactor: 0.2,
    ),
 );
69
likes
0
pub points
90%
popularity

Publisher

unverified uploader

A Flutter Package for adding Floating bubbles in the background to a widget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, simple_animations

More

Packages that depend on floating_bubbles