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

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

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';
157
likes
150
points
2.81k
downloads

Publisher

verified publishergeekyants.com

Weekly Downloads

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