rive_color_modifier 2.1.1 copy "rive_color_modifier: ^2.1.1" to clipboard
rive_color_modifier: ^2.1.1 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 Dart:

 $ dart pub add rive_color_modifier

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 dart pub get):

dependencies:
  rive_color_modifier: ^2.1.1

Alternatively, your editor might support dart pub get or 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';
13
likes
0
points
517
downloads

Publisher

verified publisherjsimon.dev

Weekly Downloads

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

License

unknown (license)

Dependencies

flutter, rive

More

Packages that depend on rive_color_modifier