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

Creating a flare json to be used in D3 from pandas dataframe

I have a dataframe that I want to convert to a hierarchical flare json to be used in a D3 visulalization like this: D3 sunburst My dataframe contains a hierarchial data such as this: And the output I want should look like this: {"name":…
Ullsokk
  • 697
  • 2
  • 11
  • 24
0
votes
1 answer

Flutter, How to make a container disappear after som time?

So I have written this code which lets an animation play where i pressed. So if i press the screen there is a short animation playing where i pressed, if you press multiple times there are multiple animations on the screen for a short period. Each…
Anton Las
  • 27
  • 6
0
votes
1 answer

Overlapping Flare canvas in Flex, how to clip it to the container?

I'm having a serious issue when trying to display a FlareCanvas within my application. It simply doesn't respect the bounds (see image here) I've tried "clipContent" and a bunch of alternatives but nothing seems to prevent the canvas of being…
ksiomelo
  • 1,878
  • 1
  • 33
  • 38
0
votes
2 answers

Exporting Flare animation

Flare animation won't display on the screen. I'm using: Container( height: 300.0, width: 300.0, child: FlareActor('checkmarkone.flr', fit: BoxFit.contain, alignment:…
Jacob Gjorva
  • 61
  • 1
  • 1
  • 4
0
votes
1 answer

bug flare animation flutter

I have a bug with flare package. I have a tab bar with 3 pages, first tab I stack 3 flare animation. Specificity : for each initState I load the asset name with sharedpref to display the saved animation. Second and third tab nothing special When I…
Nitneuq
  • 3,866
  • 13
  • 41
  • 64
0
votes
1 answer

Flutter: Multiple animations onTapDown

How do i let the same animation play on different places at the same time. For the moment whenever i tap the screen an animation start playing at that place for 3 seconds but if i press again on an other place the animation jumps to that place, but…
Anton Las
  • 27
  • 6
0
votes
1 answer

Flutter Flare Teddy : I am Not able to Figure out how i can able to use Teddy | TrackingTextInput _controller and My controller both in TextField

I have Extracted My TextWidget using like this To achieve my Custom UI TextField but not able to figure out where i can use Teddy _controller !? (because i am using my controller for input and password... to get and use it.) Code... In My Login…
0
votes
2 answers

Is there a way to modify the initial animation state in Flare?

I've created a Flare animation which is simply a subscribe/unsubscribe button in a Flutter application. The animation runs when the button is pressed, and all appears fine, if the user is subscribed for instance, the button reads 'subscribed' after…
jonnyc
  • 177
  • 1
  • 5
0
votes
1 answer

Flare Flutter Animation

I'm trying to call an animation (which I got), but I want it after finalizing, forward to another page. How do I do the routing system or how can I get the animation to finish and call the other screen? return Scaffold( body: Stack( …
0
votes
1 answer

FlareActor get/set duration of a .flr animation when showing in a Flutter widget

I am creating a custom TextView widget with Flutter in which I want to show animations of handwritten digits, such that it seems that the text is written by hand. I created animations for every digit with flare using 60 fps and a duration of…
WieFel
  • 91
  • 9
0
votes
1 answer

in my project , import 'package:flare_flutter/flare_actor.dart'; is not importing showing error as well as in FlareActor?

In my project import package:flare_flutter/flare_actor.dart'; is not importing? FlareActor is showing error. I have referred to this video: Flare and Flutter Quick Start When I am doing flutter run, I get this error: error on line 26 ,columns 2 of…
0
votes
1 answer

Flare Flutter animation issue

My original Flare file/animation has a Cubic curve defined for all its animation. But when I export and run the same animation on my Flutter app, it seems to use a Linear curve. I have exported the files multiple times with different changes on it,…
0
votes
0 answers

Cant install stable version of Flare error in first line

Fresh flutter project, getting error when adding "flare_flutter: ^1.5.1", to pubspec.yaml. i have flutter v1.5.4-hotfix.2 tried the dev branch of flare in my .yaml file dependencies: flutter: sdk: flutter cupertino_icons: ^0.1.2 …
0
votes
1 answer

How to hook Flare-built online help into a web application?

I have uploaded some MadCap Flare online help files into my SVN repository. What code does the web developer use to get these help pages into the online help of the web application?
0
votes
2 answers

Flare Graph Dragging Problem

I am using Flare as my graphing library of choice for my current Flex project. Everything works great - my graph is being displayed correctly, but moving it poses a problem. The graph can be moved anywhere around the application, even outside of…
webren
  • 620
  • 1
  • 7
  • 18