|
|
b79fee0ae2
|
chore: Update min Dart constraint to 3.8 (#3676)
Update min Dart constraint to 3.8, which will enable us to use the
fancier collection literals.
This requires bumping the min Flutter version as well:
<img width="1892" height="1122" alt="image"
src="https://github.com/user-attachments/assets/7c7b07fc-4d96-4987-824d-9a7133ecfb85"
/>
|
2025-08-10 12:42:31 -04:00 |
|
|
|
330862c98e
|
fix!: Migrate from RawKeyEvent to KeyEvent (#3002)
First pass at migrating from `RawKeyEvent` and `RawKeyboard`
to `KeyEvent` and `HardwareKeyboard`.
Context:
https://docs.flutter.dev/release/breaking-changes/key-event-migration
|
2024-02-15 23:10:51 +01:00 |
|
|
|
5b67b8f14a
|
fix: Remove deprecations for 1.10.0 (#2809)
Removed deprecations for 1.10.0 and fixes some small unreleased regressions found when going through the examples.
|
2023-10-11 15:57:25 +02:00 |
|
|
|
152fbb61db
|
docs: Fix examples for v1.9.0 (#2757)
Fixed up some examples that needed fixing before releasing v1.9.0
|
2023-09-21 19:24:40 +00:00 |
|
|
|
9c1e1c3098
|
chore: Remove deprecations for v1.9.0 (#2749)
Removes everything that was marked as deprecated and that should be
removed for v1.9.0.
|
2023-09-19 16:47:41 +02:00 |
|
|
|
7c2f400076
|
feat!: Add CameraComponent to FlameGame (#2740)
This PR adds the `CameraComponent` and a `World` by default to the
FlameGame.
|
2023-09-18 21:06:37 +02:00 |
|
|
|
2d45d2be39
|
chore: Remove 1.8.0 deprecations (#2538)
Removes all the deprecated methods before 1.8.0 release.
|
2023-05-22 19:01:55 +02:00 |
|
|
|
89926227c5
|
feat: Accept CollisionType in hitbox constructor (#2509)
With this PR we accept the `CollisionType` directly in the constructor.
|
2023-04-18 13:57:16 +00:00 |
|
|
|
cbfa789e75
|
chore: Fix some spelling mistakes (#2148)
Fix all* typos reported by CSpell, and add some more words into the dictionaries.
(Except for two in the flame_isolate/example package).
|
2022-11-06 14:06:44 +00:00 |
|
|
|
e33d5410a3
|
feat: quad tree broadphase support (#1894)
Quad tree broadphase support.
|
2022-09-27 13:53:27 +02:00 |
|