2d-inc / Flare-Flutter

Load and get full control of your Rive files in a Flutter project using this library.
https://rive.app/
MIT License
2.55k stars 469 forks source link

Need InkDecoration equivalent for Flare #257

Open mehmetf opened 4 years ago

mehmetf commented 4 years ago

We have a large Google client who wants to use Flare animations as a Material decoration. That means any kind of interaction on the Material (such as ripples) must be drawn on top of the Flare animation.

Flutter has a widget for this that specifically works for Image widgets (https://api.flutter.dev/flutter/material/Ink/Ink.image.html). We need an Ink.flare() implementation.

Also see: https://api.flutter.dev/flutter/material/InkDecoration-class.html