flutter_moving_background

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter moving background

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

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
copied to clipboard
Import the package:
import 'package:flutter_moving_background/flutter_moving_background.dart';
copied to clipboard
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),
]
),
copied to clipboard
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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.