- REFACTOR: Modernize switch; use switch-expressions and no break; (#3133). (b283b82f)
- Update a dependency to the latest release.
Note: This release has breaking changes.
- BREAKING FIX: Migrate from
RawKeyEvent
to KeyEvent
(#3002). (330862c9)
- FEAT: Bumped integral_isolates package for flame_isolate (#2994). (3c38ee60)
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- DOCS: Update flame_isolate to point at repository (#2880). (06fdeac6)
- Update a dependency to the latest release.
- REFACTOR: Mark semantically final variables as final (or const) proper [DCM] (#2783). (71f7b475)
- Update a dependency to the latest release.
Note: This release has breaking changes.
- Update a dependency to the latest release.
Note: This release has breaking changes.
- FIX: Update sdk constraints to >=3.0.0 (#2554). (2f71e06e)
- FIX: Solve warnings from 3.10.0 analyzer (#2532). (b41622db)
- BREAKING REFACTOR: Move
CameraComponent
and events out of experimental (#2505). (87b8a067)
Note: This release has breaking changes.
- DOCS: Fix non-markdown section of README files (#2406). (426b3124)
- DOCS: Update all README files for the bridge packages to be consistent and not broken (#2402). (5e8ecf54)
- BREAKING FEAT: The
HasTappableComponents
mixin is no longer needed (#2450). (b5bdf4ec)
Note: This release has breaking changes.
- FIX: Depend on test: any for flame_test (#2207). (acfd418d)
- BREAKING REFACTOR: The method
onLoad()
now returns FutureOr<void>
(#2228). (d898b539)
- FEAT: FlameIsolate - a neat way of handling threads (#1909). (b25b9356)