Files
flame/doc/examples/README.md
2019-09-24 19:00:42 -03:00

363 B

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 cloning, 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.