flutter_moving_background 0.0.5 copy "flutter_moving_background: ^0.0.5" to clipboard
flutter_moving_background: ^0.0.5 copied to clipboard

A Flutter Package to create beautiful and animated backgrounds,such as gradients ,circular forms and particles

See an Example here : https://movingbg.netlify.app/

Example GIF

Features #

  • customizable moving circles
  • 1 move style
  • Can be translucent

To be implemented #

  • React Cursor Position (web only)
  • Customize Circles
  • Add More Shapes
  • Paused or Moving Option
  • On Background Tap Effects
  • Particles Background

Supported Platforms #

  • Flutter Android
  • Flutter iOS
  • Flutter web
  • Flutter desktop

Getting started #

In your flutter project add the dependency:

dependencies:
  flutter_moving_background: ^0.0.3

Import the package:

import 'package:flutter_moving_background/flutter_moving_background.dart';

How to use #


  MovingBackground(
    backgroundColor: Colors.white
    circles: const [
      MovingCircle(color: Colors.purple),
      MovingCircle(color: Colors.deepPurple),
      MovingCircle(color: Colors.orange),
      MovingCircle(color: Colors.orangeAccent),
    ]
  ),

Feel free to contribute to this project.

If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.
If you fixed a bug or implemented a feature, please send a pull request.

7
likes
130
pub points
71%
popularity

Publisher

verified publisherildeberto.com

A Flutter Package to create beautiful and animated backgrounds,such as gradients ,circular forms and particles

Homepage
Repository (GitHub)
View/report issues

Topics

#particles #background #gradient

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_moving_background