Flare is a vector design and animation tool that exports directly to Flutter. There are several advantages to using Flare for your Flutter apps, one being that the animations you create with Flare can be changed from your Flutter code at runtime. You can create assets and animate them, and then enclose the objects straight into Flutter. Flare can be used from a browser and does not require any installation. Flare is free to use, as long as you agree to share your work.
You've seen how to interact with the Stage, the working area where you create your designs, and where you place Artboards, which, in turn, are the top-level nodes of a Flare hierarchy. We've used both the Design and Animate modes. In the Design mode, we've created the dice for our app, and in the Animate mode, you have created the dice animations that we've used in our app.
After exporting...