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

outdated

Animated Backgrounds for Flutter. Easily extended to paint whatever you want on the canvas.

Animated Backgrounds for Flutter #

pub package

Animated Backgrounds for Flutter. Easily extended to paint whatever you want on the canvas.

Screenshot Screenshot

Note: These examples are laggy because they were recorded from the emulator. Other examples available in the screenshots folder.

How to use #

In your pubspec.yaml:

dependencies:
  animated_background: ^0.0.5
import 'package:animated_background/animated_background.dart';

Use in a Stateful Widget with mixin TickerProviderStateMixin or pass a ticker provider in vsync.

AnimatedBackground(
  behaviour: RandomParticleBehaviour(),
  vsync: this,
  child: Text('Hello'),
);
268
likes
0
pub points
95%
popularity

Publisher

verified publisherandrebaltazar.com

Animated Backgrounds for Flutter. Easily extended to paint whatever you want on the canvas.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on animated_background