animate_gradient 0.0.3 copy "animate_gradient: ^0.0.3" to clipboard
animate_gradient: ^0.0.3 copied to clipboard

This Package lets you make animated gradients without any hassle. Just pass the primary and secondary colors and you're done.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animate_gradient
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  animate_gradient: ^0.0.3
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:animate_gradient/animate_gradient.dart';
copied to clipboard
167
likes
150
points
3.03k
downloads

Publisher

verified publishergeekyants.com

Weekly Downloads

2024.09.13 - 2025.03.28

This Package lets you make animated gradients without any hassle. Just pass the primary and secondary colors and you're done.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animate_gradient