Files
Ivan Cherepanov ff425afa26 feat: docs, adde particles docs
fix: doc/examples/particles, added web to .gitignore
feat: doc/examples/particles, added more examples,
refactor: Particle does not extend Component
refactor: Particle subclasses in separate folder
refactor: ParticleComponent is now simple container
fix: SingleChildParticle, asserts for child existing
feat: AnimationParticle for Flame Animation
feat: ComponentParticle for Flame Component
feat: SpriteParticle for Flame Sprite
2019-11-28 18:01:31 +03:00
..
2019-07-09 11:37:22 -03:00
2019-07-09 11:37:22 -03:00
2019-09-24 19:00:42 -03:00
2019-10-14 19:06:50 -04:00
2019-10-30 19:41:26 -04:00
2019-08-02 11:31:07 -06:00
2019-11-28 18:01:31 +03:00
2019-09-24 19:00:42 -03:00
2019-07-11 17:57:03 -03:00
2019-04-20 20:28:15 -03:00
2019-09-24 19:03:36 -03:00
2019-07-02 22:41:36 -03:00
2019-08-10 15:40:38 -03:00
2019-10-14 17:28:50 -04:00
2019-09-24 19:00:42 -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 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.