Questions tagged [flare]

Flare is a library for creating data visualizations on the web. It uses ActionScript and runs in the Adobe Flash Player.

Flare is a library for creating data visualizations on the web. It uses ActionScript and runs in the Adobe Flash Player. See also . Here are some resources:

99 questions
1
vote
0 answers

How to make a flare animation fullscreen in flutter?

I recently made an animation using Flare. I used flare_splash_screen package to use that animation as a splash screen in my flutter app. The problem I am facing is that I am unable to make the animation full screen on devices with notches and…
Junaid Tariq
  • 568
  • 8
  • 22
1
vote
1 answer

How to bypass Artboard in flutter (Rive)

How to bypass artboard? I want to move my button bottom the screen a little I use bottomNavigationBar but my button it high from bottom screen Example image Click Here bottomNavigationBar: Row( children: [ Expanded( child:…
MiniMark
  • 11
  • 2
1
vote
0 answers

Flutter Rive, Flare Actor syncing is not perfect

I have two of below GestureDetector( onTap: () { print("print anything"); }, child: Container( height: circleMainBtnSize, …
dontknowhy
  • 2,480
  • 2
  • 23
  • 67
1
vote
1 answer

Flutter animations, Flare VS GIF

I found that we can make amazing animations with Flare. but can't we do the same with using gifs files? What's the difference between Flare animations and using gif files in a Flutter app?
AliAzad
  • 227
  • 1
  • 2
  • 16
1
vote
1 answer

Change flare shape and size in flutter while rendering

I have a simple flare object (a slate or blackboard) that I want to use in my app. The idea is to show some text in chalk on that blackboard. I am struggling to find the correct size of that blackboard. I would like the blackboard to fill out most…
user2929899
  • 117
  • 1
  • 11
1
vote
4 answers

Change color in rive (flare)

I have a .flr animation of a minion. Is it possible to change colors of his body, pants, eyes, etc dynamicaly and separately in flutter app? PS Minion is just an example i found on rive.app .There will be another character with lots of different…
Dmitry Podbolotov
  • 153
  • 1
  • 2
  • 7
1
vote
1 answer

Is there any solution to make my Flare Button work properly? Flutter

Basically, I have a button that I made in Flare and it should make an animation then I tap it! It works well but the animation starts everytime I tap anywhere within my app and not only the button. Is there any way I can make animation only when I…
Marsette
  • 15
  • 1
  • 4
1
vote
1 answer

Error Using flare_splash_screen in Flutter

I created an animation using Flare for my Flutter project. But, I got an error when trying to Run it. The animation doesn't work and only a black screen with the logo i used shows. Here is my code: import…
Ricardo
  • 13
  • 3
1
vote
1 answer

Flutter: Show where user clicked

Is it possible to show an animation where the user clicked on the screen in flutter. I would like a small animated star to appear right where the user pressed on the screen. I have this animation which for the moments just loops but i only want it…
Anton Las
  • 27
  • 6
1
vote
1 answer

Flare/Flutter: How to reset the progress of an animation before starting it?

I have a Flare file with 3 animations contained within it, all in the same artboard. I understand that when switching between animations, Flare will mix the animations together by default, and that playing one animation will not reset the relevant…
Jonas
  • 240
  • 1
  • 15
1
vote
1 answer

Get path leading to clicked element in D3 visual (flare.json)

I am working with the well-known flare.json file: { "name": "flare", "children": [ { "name": "analytics", "children": [ { "name": "cluster", "children": [ {"name": "AgglomerativeCluster", "value": 3938}, {"name":…
Cybernetic
  • 12,628
  • 16
  • 93
  • 132
1
vote
0 answers

How can I convert a flare file into an mp4 file?

I have a flare file whose animation I need to display at the beginning of another video. Is there any way by which I can convert the flare file/project into a more usable format?
1
vote
1 answer

Implemented flare animation and now animation and text both not showing up when running app

I am trying to run a flare animation in my flutter app but for some reason it is not showing up. I do not get linting/run time errors so I haven't been able to find out what is going wrong. Am I implementing this animation incorrectly or is there a…
alex jasper
  • 73
  • 1
  • 9
1
vote
0 answers

Does flutter have problem with exynos cpu/gpu?

I was writing a simple app which has a stack with a moving animation at the background and simple textfields at the front. On emulator in debug mode the app runs smoother than on my Galaxy J6. UI frames are 3-4ms but GPU thread shows 23-25 ms and…
user274496
  • 11
  • 1
1
vote
2 answers

Flare and Flutter with different devices (screens)

i am doing my first steps with flare and flutter and right now its really nice to be able to put animations into flutter without coding them by hand. But i dont understand how to make the flare thingy responsive (how to support different screen…
Logemann
  • 2,767
  • 33
  • 53