background_bubbles 0.0.2+1 copy "background_bubbles: ^0.0.2+1" to clipboard
background_bubbles: ^0.0.2+1 copied to clipboard

Create captivating animations with our Flutter package! Our library offers a seamless solution for generating dynamic animations featuring randomly moving particles. Engage your users with visually st [...]

Example #


  @override
  Widget build(BuildContext context) {
    return Scaffold(
        body: BubblesAnimation(
            backgroundColor: Colors.white,
            particleColor: Colors.indigo,
            particleCount: 500,
            particleRadius: 5,
            widget: Center(
              child: Column(
                mainAxisAlignment: MainAxisAlignment.center,
                crossAxisAlignment: CrossAxisAlignment.center,
                children: [
                  Center(
                    child: Padding(
                      padding: const EdgeInsets.all(15.0),
                      child: Container(
                          decoration: BoxDecoration(
                            color: Colors.white,
                            borderRadius: BorderRadius.circular(20.0),
                          ),
                          child: Padding(
                              padding: const EdgeInsets.only(
                                  left: 15, right: 15, top: 5),
                              child: TextFormField(
                                  decoration: const InputDecoration(
                                border: InputBorder.none,
                                labelText: 'Email',
                              )))),
                    ),
                  ),
                ],
              ),
            )));
  }

Colorful animated bubbles floating in the background

Features #

unique experiences where randomness is combined with purposeful design

Getting started #

Particles can react to collisions with each other or with objects in their environment.

Additional information #

These techniques enable animators to craft unique experiences where randomness is combined with purposeful design decisions, resulting in visually appealing and responsive simulations. The possibilities are vast, limited only by one's imagination and technical skill set.

3
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Create captivating animations with our Flutter package! Our library offers a seamless solution for generating dynamic animations featuring randomly moving particles. Engage your users with visually stunning effects that bring your app to life. Whether you're designing a game, an interactive UI, or simply adding flair to your app's aesthetics, our package provides the tools you need for effortless particle-based animations. Elevate your Flutter projects with mesmerizing visual effects today!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on background_bubbles