7662118d14
chore(release): Publish flame_lint 0.2.0 ( #2301 )
...
- flame_lint@0.2.0
2023-01-28 00:44:29 +00:00
ce7f1110b5
chore(release): Publish packages ( #2275 )
...
- flame@1.6.0
- flame_forge2d@0.12.5
- flame_jenny@1.0.0
- flame_rive@1.6.0
- jenny@1.0.0
- flame_oxygen@0.1.8
- flame_bloc@1.8.2
- flame_isolate@0.2.0
- flame_lottie@0.2.0
- flame_test@1.9.2
- flame_tiled@1.9.1
- flame_audio@1.3.5
- flame_flare@1.5.2
- flame_svg@1.7.1
- flame_fire_atlas@1.3.3
2023-01-14 19:59:42 +01:00
b003372a74
chore(release): Publish Flame v1.5.0 (and all bridge packages) ( #2197 )
...
* chore(release): publish packages
- flame@1.5.0
- flame_bloc@1.8.1
- flame_forge2d@0.12.4
- flame_lottie@0.1.1
- flame_rive@1.5.3
- flame_svg@1.7.0
- flame_test@1.9.0
- flame_tiled@1.9.0
- flame_isolate@0.1.1
- flame_audio@1.3.3
- flame_flare@1.5.1
- flame_oxygen@0.1.7
- flame_fire_atlas@1.3.2
* Depend on version of test
2022-11-27 19:22:37 -03:00
4542966901
chore: Remove all .gitignore files but one ( #2150 )
...
The root level .gitignore file already works for all sub-repositories, so they are all actually unnecessary.
This PR leaves only the gitignore at the root of the repo, removing all others.
2022-11-06 21:22:19 +00:00
3b056c57c5
chore(release): publish packages
...
- flame@1.4.0
- flame_test@1.8.0
- flame_oxygen@0.1.6
- flame_bloc@1.8.0
- flame_flare@1.5.0
- flame_forge2d@0.12.3
- flame_lint@0.1.3
- flame_svg@1.6.0
- flame_tiled@1.8.0
- flame_rive@1.5.2
- flame_audio@1.3.2
- flame_fire_atlas@1.3.1
2022-10-01 15:22:41 +02:00
b96432d002
chore(release): publish packages ( #1852 )
2022-08-19 23:22:21 +02:00
c7c4480d79
chore(release): publish packages ( #1789 )
...
* chore(release): publish packages
- flame@1.2.1
- flame_audio@1.3.0
- flame_test@1.6.0
- flame_bloc@1.6.0
- flame_fire_atlas@1.2.0
- flame_flare@1.3.0
- flame_forge2d@0.12.1
- flame_lint@0.1.1
- flame_oxygen@0.1.4
- flame_rive@1.5.0
- flame_svg@1.4.0
- flame_tiled@1.6.0
* Update packages/flame/CHANGELOG.md
2022-07-08 13:41:14 +02: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
ad602ff963
chore: v1.2.0 changelogs ( #1712 )
...
* chore(release): publish packages
- flame@1.2.0
- flame_audio@1.1.0
- flame_bloc@1.5.0
- flame_fire_atlas@1.1.0
- flame_flare@1.2.0
- flame_forge2d@0.12.0
- flame_oxygen@0.1.3
- flame_rive@1.3.0
- flame_svg@1.3.0
- flame_test@1.5.0
- flame_tiled@1.5.0
2022-06-07 16:52:55 +02:00
49252f8ef2
feat: Add more lint rules ( #1703 )
...
Adds some more lint rules and fixes the issues those rules pointed out.
2022-06-06 19:23:25 +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
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
9935a5024c
chore: Add melos-action to cicd ( #1354 )
2022-02-10 22:49:40 +01:00
a0cf56ee0c
chore: Ensure unique names for all flame sub-packages ( #1214 )
...
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
2021-12-14 13:22:12 -03: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