7 Commits

Author SHA1 Message Date
6fe517a0c2 ci: Added Spell checker in CI (#2006)
Added spell check in Github CI
2022-10-22 16:51:00 +02:00
a34f1df790 feat: Added toString method to all the drags events message handlers (#2014)
Added toString method to all Drag Event message Handlers in flame/lib/src/events/messages/ which were returning pure data objects and were not much meaningful
2022-10-14 10:49:25 +00:00
2a41d0d683 feat: Move to Flutter 3.0.0 and Dart 2.17.0 (#1713)
This upgrades all packages to Flutter 3.0.0 and fixes all analyze issues that came from that.
2022-06-08 06:04:40 +00:00
843ddc3624 refactor: Move to package imports (#1625)
* refactor: Move to package imports

* Fix local imports

* Removed unused imports
2022-05-15 15:04:35 +00:00
05f7a4c3d6 refactor: Remove Loadable, optional onLoads (#1333) 2022-01-24 23:23:12 +01:00
0a7b87e202 Remove unnecessary super.render calls (#1084)
* Remove unnecessary super.render calls

* Update tutorial and docs
2021-11-11 11:50:01 +01:00
b76673946e Adding a proposal for new tutorials (#1006)
* Adding a proposal for new tutorials

* fixing and improving the text a little bit

* formating and lints

* copy button and few improvements

* adding super.render on position component

* fixing dashbook dependency

* Apply suggestions from code review

Co-authored-by: Luan Nico <luanpotter27@gmail.com>

* pr suggestions

* Apply suggestions from code review

Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>

* suggestions

* fixing wrong merge

* reverting analysis options

* Update tutorials/space_shooter/lib/steps/1_getting_started/1_flame_game/code.dart

Co-authored-by: Luan Nico <luanpotter27@gmail.com>

* Update tutorials/space_shooter/lib/steps/1_getting_started/1_flame_game/step.dart

* Update tutorials/space_shooter/README.md

* Update tutorials/space_shooter/lib/steps/1_getting_started/2_input_and_graphics/tutorial.dart

* Update tutorials/space_shooter/lib/steps/1_getting_started/2_input_and_graphics/tutorial.dart

* Update tutorials/space_shooter/lib/steps/1_getting_started/2_input_and_graphics/tutorial.dart

* Update tutorials/space_shooter/lib/widgets/step_scaffold.dart

Co-authored-by: Luan Nico <luanpotter27@gmail.com>

* Update tutorials/space_shooter/lib/steps/1_getting_started/1_flame_game/step.dart

* Fix formatting

* Update to 0.1.5 dashbook

* Fix wrong class name RunningFlameStep

* Use magic flame_lint

* Fix paint and rect in player class description

Co-authored-by: Luan Nico <luanpotter27@gmail.com>
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
Co-authored-by: Lukas Klingsbo (spydon) <me@lukas.fyi>
2021-10-28 16:46:19 +02:00