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
15
votes
1 answer

Draw and interact with SVG in Flutter

We are developing an application which displays a human body, based on a SVG input. This human body is divided in several regions, think of a head, left-arm, right-arm, belly etc. We want to highlight a region of the image when the user clicks on…
gi097
  • 7,313
  • 3
  • 27
  • 49
7
votes
2 answers

Use of After Effects files in Flutter

I know how to export Rive (Flare) files to use in Flutter apps but how can I import Adobe After Effects files to Rive? I know it is possible to do with Lottie but I am unable to figure out how to exactly do this.
Md Azharuddin
  • 1,346
  • 1
  • 9
  • 30
7
votes
2 answers

How to solve format exception with flare?

I'm using flare but I get this error, error goes away when I use CircularProgressIndicator(). [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: FormatException: Unexpected character (at character 1) E/flutter ( 7668): PK Here's the…
mirkancal
  • 4,762
  • 7
  • 37
  • 75
5
votes
1 answer

How to implement a class controller option in Flare React package

Update: I added a codesanbox at the bottom of this with a more detailed explanation of what I need done. So I don't quite understand how classes work in React, I am new to react and have used useState a little bit, but never have know what to do…
Anders Kitson
  • 1,413
  • 6
  • 38
  • 98
5
votes
0 answers

How to import a Flare animation to native Android project?

I am trying to find a way to import a Flare animation (see Flare here : https://www.2dimensions.com/about-flare) to a native Android project. I have done many researches but I can't find any way to do that. It is so bad because Flare is really…
SpaceTramp
  • 51
  • 3
5
votes
4 answers

ShellExecute fails for local html or file URLs

Our company is migrating our help systems over to HTML5 format under Flare. We've also added Topic based access to the help systems using Flare CSHID's on the URI command line for accessing the topic directly, such as index.html#CSHID=GettingStarted…
WebDrive
  • 1,248
  • 12
  • 19
5
votes
2 answers

Process.Start(url) with anchor in the url

I am trying to use Process.Start to launch a local html file in the default browser. An example url is as follows: "file:///C:/Documentation/HelpContent/default_CSH.htm#SectionA/Topic1.htm" Problem is, the "#SectionA/Topic1.htm" bit gets stripped…
Richard B
  • 304
  • 6
  • 14
4
votes
0 answers

How to start animation of a Rive file at a certain keyframe

I have created a Flare Animation for these waves I want to implement in my flutter app – see here: https://rive.app/a/Tyrone/files/flare/wavey/preview I've imported the file successfully into my app and it displays on my virtual device how I like…
TNasty
  • 105
  • 7
3
votes
0 answers

Can you swap the image components of a Flutter Rive animation during runtime?

I am evaluating if Rive is a good solution for animations in a small flutter game project I am working on. I am really impressed with the Rive animation creation system and the flexibility of it, but can't seem to find a good example or…
Jwildsmith
  • 1,015
  • 2
  • 9
  • 15
3
votes
1 answer

Flutter Web: Stack and Flare Issue

I was trying to create a simple web page on Flutter Web (dev channel - v1.13.2) and this weird issue occured. When I tried to place a Flare animation in stack widget which have 2 additional widget, a background and a centered text respectively, the…
Serdar Can
  • 33
  • 4
3
votes
1 answer

How to add a continuous moving background in my flutter app?

I’ve been developing an iOS app using Swift 4 but recently (today) decided to switch to Flutter/dart after hearing about its capabilities. In my iOS app, I have a moving background of waves (actual waves when you think of an ocean). The width of…
TNasty
  • 105
  • 7
3
votes
3 answers

Flutter Flare animation not working properly

I am trying to get Flare animation working in Flutter. For this, I tried this : https://github.com/tarek360/Boring-Star-Animation Actually, that code is working perfectly fine. But, I wanted to change the animation to this :…
Ravi Kavaiya
  • 205
  • 2
  • 10
3
votes
1 answer

What is "size" in flare json -- used in D3 examples?

My colleague and I are working with a D3 visualization. Specifically we are starting with this example. This visualization appears to use some kind of json related to the flare API In the sample json, there's lines like: "name": "cluster", …
Doug T.
  • 64,223
  • 27
  • 138
  • 202
3
votes
2 answers

Why does the search function of my CHM file report "No topics found"?

I created a CHM help file using MadCap Flare. When I search for a term that I know is present in my text, the search function always reports "no topics found." How can I fix the search function?
Aidan Ryan
  • 11,389
  • 13
  • 54
  • 86
2
votes
2 answers

Persistent Ticker in Flutter

How to get a persistent tick at every frame refresh time. For example in Flame game engine update method gets called at around every 1/60 seconds and a value dt with elapsed time is passed. I want to implement one simple animation where a fan will…
Epsi95
  • 8,832
  • 1
  • 16
  • 34
1
2 3 4 5 6 7