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
0
votes
2 answers

How do I inform FLEX where the Flare.Prefuse library is?

I'm very new to ActionScript/Flex programming. I have Flex 4.6 and the last Flare.Prefuse update. Flare has a src directory with subdirectories of all the various classes. Compiling sample code produces "Definition flare could not be found" which is…
Pete Mancini
  • 575
  • 4
  • 15
0
votes
0 answers

Crash when animation flare animation is display after flutter upgrade only with IOS device

After made a big migration of flutter, I have crash when animation is display, I had no crash before. It only crash on ios iphone 11 device. it seems to crash only with animation who have some key animation I can't change the animation file, how can…
Nitneuq
  • 3,866
  • 13
  • 41
  • 64
0
votes
1 answer

Is Flare visualization library still being developed/supported right now?

I just found out about Flare actionscript library and was thinking of using it for a couple or projects. However I was wondering whether it's still supported at some level; I just checked the forums but all messages seem to be a bit old…
ppareja
  • 730
  • 1
  • 5
  • 16
0
votes
1 answer

Created an application to learn to add rive splash screen animations in flutter app project

I followed the tutorial of adding a splash screen in an app in flutter using rive animation tool, but the splash screen won't show up. Link which i followed:- https://pub.dev/packages/rive_splash_screen Code in main.dart file import…
Harshul Nanda
  • 27
  • 1
  • 5
0
votes
1 answer

Trim paths in new RIVE

I'm making a loader animation by using RIVE.So in new RIVE there is no option for trim paths which was available in past RIVE. I searched about it but I didn't find anything about it.So how can we do that in new RIVE? Any way to do that? Please help…
Tharindu Gimras
  • 33
  • 3
  • 14
0
votes
1 answer

Is there a software or script that logs the changes I apply to project files in MadCap Flare?

I use MadCap Flare to work as a Desktop Publisher, mainly applying minor changes to CSS and Variables inside MadCap Flare prjects that have undergone a translation process in several languages. One of my clients asked me to specifically register the…
0
votes
0 answers

Madcap Flare 11 - HTML5 output throws requirejs error - Mismatched anonymous define() module: function(C

I am building the customer manual on frontend using Madcam Flare 11 HTML5 output and referring the below js file but getting the error Uncaught Error: Mismatched anonymous define() module: function(C)
Selvakumar
  • 360
  • 1
  • 3
  • 17
0
votes
1 answer

Flare Actor suddenly disappears when using controller parameter flutter

I tried using flare in my application to design an rating screen with a progress bar in it and I am encountering an error "whenever I try to add controller parameter the flare suddenly disappears" with an error. The getter 'duration' was called on…
Navjyot Singh
  • 75
  • 1
  • 11
0
votes
1 answer

Flutter Flare, Rive, is it able to use for background?

I just succeed flutter-flare for my flutter widgets but I could not find a example to use it for background (Container) is this possible?
dontknowhy
  • 2,480
  • 2
  • 23
  • 67
0
votes
3 answers

Flutter, Flare: Execute function on end of animation

I have a simple question but can't find an answer to it: Is there a way to execute a function after my Flare animation is finished? I have an animation that is shown on the app launch and I want the home screen to be shown after the animation is…
Berl
  • 65
  • 9
0
votes
2 answers

Error running flare/ rive animation in flutter web

I have developed an app now using the same animation in the flutter web. But its throwing error. I have downloaded the binary file of flutter and provided it to the flare but it doesn't work. The same code works well in android but throwing error in…
UTKARSH Sharma
  • 698
  • 1
  • 8
  • 17
0
votes
0 answers

Can I use Rive / Flare animations as downloadable Flutter assets?

I have a requirement for downloadable animations in a flutter app. These animations will not be known at apk compile time so need to be downloaded. I know it is possible to download image or sound files, unzip them to the users directory…
atreeon
  • 21,799
  • 13
  • 85
  • 104
0
votes
1 answer

flare_flutter animation display issues

The issue is the animation can't be displayed but only image can be shown. There is only part of code about BottomAnimeLoader right here. So please help me figure what's happen why only the static image is right here. (using flutter framework and…
Ray
  • 3
  • 1
0
votes
1 answer

Slow down Flare animation in Flutter using time and reset at particular time

I made the following animation using flare. Animation I just want to move frame by frame for a particular time period and to reverse it after a particular time. For example: The animation has to start at 6 o'clock in the morning and has to end at 6…
0
votes
1 answer

Rive(flare) files with Flutter show and works fine on QEMU Android Emulator but won't shows on a builted APK in real android device

Flutter Doctor: [√] Flutter (Channel master, v1.14.7-pre.24, on Microsoft Windows [versão 10.0.18363.592], locale pt-BR) [√] Android toolchain - develop for Android devices (Android SDK version 28.0.3) [√] Chrome - develop for the web [X] Visual…
Eric Lima
  • 11
  • 1
  • 4