Closed Ahmadre closed 4 years ago
I did a workaround by exporting different flare assets with different colors. But then the color property is maybe useless.
Is your 'idle' animation looping? If possible, could you share your Rive file url?
@umberto-sonnino I would like to send you the file on an email address or something, but not on public. Would you write via my github account email?
Thanks! It works now :)
So, how did you solved this? :)
Steps to reproduce
TinyColor
is working with other Icons. SoTinyColor
isn't the problem here):Sidenote: I also tried:
but none of them are working. It seeems, that
FlareActor
is ignoringTheme
maybe?theme
anddarkTheme
setup inMaterialApp
. NowThemeMode
will be:ThemeMode.system
, which will automatically switchBrightness
of the app.Expected results
FlareActor will detect
ThemeMode
switch and rerender the Color.Actual results
Here's an example of my custom Menu-Button on the top left of my AppBar:
Logs
Thanks 😊