animated_background 2.0.0 icon indicating copy to clipboard operation
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'),
);
219
likes
130
pub points
94%
popularity

Publisher

verified publisher iconandrebaltazar.com

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

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on animated_background