* 👌 Use `Offset` type directly in `JoystickAction.update` calculations (#631)
* Move files to src and comply with the dart package layout convention
* Fixing widgets example
Co-authored-by: Serge Matveenko <lig@countzero.co>
Co-authored-by: Erick Zanardo <erickzanardoo@gmail.com>
* Simplified loading of ParallaxComponent
* Loading helpers for the different Parallax parts
And refactor how the delta velocity works
* Fix formatting
* Break out Parallax out of ParallaxComponent
* Fix docs
* Add extension for loading different parallax things on game
* Fix formatting
* Add loadParallaxComponent extension
* Fix formatting
* Add TextBoxConfig options and fix TextBxoComponent bugs
* Add changelog entry
* Fix snackbar deprecation
* All examples to have publish to none
* One argument per line
* No explicit types for local variables
* Cache the width
* Fix formatting