animated_background

Creator: coderz1093

Last updated:

Add to Cart

Description:

animated background

Animated Backgrounds for Flutter #

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


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
copied to clipboard
In your Dart file:
import 'package:animated_background/animated_background.dart';
copied to clipboard
Use in a Stateful Widget with mixin TickerProviderStateMixin or pass a ticker provider in vsync.
AnimatedBackground(
behaviour: RandomParticleBehaviour(),
vsync: this,
child: Text('Hello'),
);
copied to clipboard

License

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

Customer Reviews

There are no reviews.