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 3ba16e019c
commit b96dda26c0
11 changed files with 124 additions and 14 deletions

View File

@@ -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.