Files
Erick e2dfd01366 Adding Flare support (#96)
* 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
2019-05-30 11:12:15 -03:00
..
2019-04-20 20:28:15 -03:00
2019-04-20 20:28:15 -03:00
2019-04-20 20:28:15 -03:00
2019-05-30 11:12:15 -03:00
2019-05-22 09:24:25 -03:00
2019-04-20 20:28:15 -03:00
2019-04-20 20:28:15 -03:00
2019-04-20 20:28:15 -03:00
2019-04-20 20:28:15 -03:00
2019-04-16 23:27:02 -03:00

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.