mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
* Initial commit * Flare support * Adding docs for FlareAnimation * Some organization fixes on Flare example game * Adding changelog entry * Fixing lint * Adding FlareComponent * PR changes * PR suggestions and linting
examples folder
This folder contains a collection of more specific examples using flame, specially to showcase some more advanced functionality.
To run this examples after clonning, first run flutter create . inside to generate the necessary files, as per instructed by the other flutter commands.
After that, you should be able to flutter run just fine.