Animated gradient package lets you add a beautiful randomly moving gradient to your Flutter app.
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
animated_gradient: ^0.0.2
- Import the package and use it in your Flutter App.
import 'package:animated_gradient/animated_gradient.dart';