animate_gradient 0.0.2+1 copy "animate_gradient: ^0.0.2+1" to clipboard
animate_gradient: ^0.0.2+1 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.2+1

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';
124
likes
130
pub points
93%
popularity

Publisher

verified publishergeekyants.com

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