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
You can now move the layers in the parallax in the Y-axis, as
well as the X-axis. It has extensive configurability of how the images
should align, fill and repeat on the screen.
* fixes on animation
* Fixed warning on using specific version o flutter_svg on pubspec
* Adding part 4 of Alekhin's articles
* ParallaxComponent is not abstract anymore, as it does not include any abstract method
* fix for position
* fixing examples
* Adding equality comparison for Position
* Add scaleTo method to position
* adding method limit to position
* scaleTo for empty vector
* add part 5 from alekhin series to readme (#84)
* Updating CHANGELOG
* Bump synchronized to 2.1.0
Avoiding conflict with other packages
* Adding go desktop example
* Linting files
* Upgrading flutter_svg and fixing version on pubspec for developer branch (#93)
* Upgrading flutter_svg and fixing version on pubspec for developer branch
* Switch flutter to dev channel (#94)
* Improve flame audio api
* Improving scripts
* Adding badges code on README (#95)
* 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
* Fixing position component anchor (#99)
* Change PositionComponent toRect() to take into account component's anchor in order to create the proper rect
* Linting
* Updating CHANGELOG
* Adding Contributing disclaimer on README
* Bumping version
* fixes on animation
* Fixed warning on using specific version o flutter_svg on pubspec
* Adding part 4 of Alekhin's articles
* ParallaxComponent is not abstract anymore, as it does not include any abstract method
* fix for position
* fixing examples
* Adding equality comparison for Position
* Add scaleTo method to position
* adding method limit to position
* scaleTo for empty vector
* add part 5 from alekhin series to readme (#84)
* Updating CHANGELOG