rive_color_modifier 1.0.6 copy "rive_color_modifier: ^1.0.6" to clipboard
rive_color_modifier: ^1.0.6 copied to clipboard

An easy and straightforward way to modify the Color of specific Components within Rive Animations at runtime, while also maintaining their opacity throughout the animation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rive_color_modifier

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

dependencies:
  rive_color_modifier: ^1.0.6

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:rive_color_modifier/rive_color_modifier.dart';
5
likes
140
pub points
57%
popularity
screenshot

Publisher

verified publisherjsimon.dev

An easy and straightforward way to modify the Color of specific Components within Rive Animations at runtime, while also maintaining their opacity throughout the animation.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, rive

More

Packages that depend on rive_color_modifier