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

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: ^2.0.0

In your Dart file:

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'),
);
304
likes
140
points
2.25k
downloads

Publisher

verified publisherandrebaltazar.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on animated_background