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
beac901313
feat: Bump to Flutter 2.10.0 ( #1617 )
2022-05-13 12:50:08 +02:00
4c68c2b0a2
feat: Add FpsComponent and FpsTextComponent ( #1595 )
2022-05-11 19:49:14 +02:00
5c47d7f6d7
chore: analyze issues introduced from new dart version ( #1196 )
...
* Added Component.childrenFactory
* fix some of the lint warnings
* more lint warnings
* remove changelog entry
* more analyzer warnings
* one more warning
* one more warning
* remove more unused imports
* fix more warnings
* another warning
* one more warning
* a lot more warnings
* some more warnings
* fix warnings in flame_svg
* fix warnings in flame_bloc
* Remove OrderedSet override feature
* Remove testRandom change
* Remove unnecessary type checks
* Re-remove deprecated argument in random_test
Co-authored-by: Pasha Stetsenko <stpasha@google.com>
2021-12-09 15:40:43 +01:00
3cb23ef530
TextPaint to use TextStyle instead of TextPaintConfig (#1086 )
...
* `TextPaint` to use `TextStyle` instead of `TextPaintConfig`
* Update packages/flame/lib/src/text.dart
Co-authored-by: Pasha Stetsenko <stpasha@google.com>
* Removed BaseTextConfig and TextPaintConfig
* Update text docs
* Apply suggestions from code review
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Remove generics
* Update TextBoxExample
* Update text examples variable names
* Fix TextPaint in collision_detection example
Co-authored-by: Pasha Stetsenko <stpasha@google.com>
Co-authored-by: Erick <erickzanardoo@gmail.com>
2021-11-13 16:38:06 +01:00
3bdb90fb5c
Adding flame_lint and removing dart code metrics ( #1049 )
...
* Adding flame_lint and removing dart code metrics
* Update packages/flame_flare/example/pubspec.yaml
* updating analyze action
* adding missing dardoc dep on flame_lint
* removing test folder from the lint package
* fixing sdk versions
* license and changeog fix
* Update packages/flame_lint/README.md
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
* additional readme fix
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
2021-10-26 23:50:30 +00:00
c015af8bee
Added flame_oxygen ( #823 )
...
* Added flame_oxygen
* Reworked structure
* Added components and example
* Added particle support
* Updated code
* Update example
* Fixed mistake
* Update
* Updated documentation
* Added system documentation
* Fixed line length
* Added most components docs
* Docs done?
* Update doc/oxygen.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Added GameRef
* Fixed GameRef
* Reworked library to not use part system
* Added GameRef docs
* Removed library line
* Updated CHANGELOG
* Added License
* Fixed linting problem
* Update packages/flame_oxygen/example/lib/main.dart
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
* Update after review from spydon
* Added flipping
* Fixed CI/CD
* Fix
* Update
* Update doc/oxygen.md
Co-authored-by: Renan <6718144+renancaraujo@users.noreply.github.com>
Co-authored-by: Erick <erickzanardoo@gmail.com>
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
Co-authored-by: Renan <6718144+renancaraujo@users.noreply.github.com>
2021-09-05 23:44:29 +02:00