chore(release): publish packages

- thermion_dart@0.2.1-dev.0.0.9
 - thermion_flutter@0.2.1-dev.8
 - thermion_flutter_ffi@0.2.1-dev.8
 - thermion_flutter_web@0.1.1
 - thermion_flutter_platform_interface@0.2.1-dev.8
This commit is contained in:
Nick Fisher
2024-10-23 13:46:45 +08:00
parent e235d22c7c
commit 11ca6972c6
11 changed files with 124 additions and 14 deletions
@@ -1,3 +1,11 @@
## 0.2.1-dev.8
- **FIX**: on resize, destroy swapchain if destroySwapChainOnResize is true.
- **FIX**: add listener in ThermionFlutterTextureBackedPlatform to unset viewer on dispose.
- **FIX**: add listener in ThermionFlutterMethodChannelInterface to unset viewer on dispose.
- **FIX**: clean up destruction logic for FlutterPlatformTexture.
- **FIX**: web/JS bool checks need to compare to int.
## 0.2.1-dev.7
- Update a dependency to the latest release.