chore(flutter): publish 0.14.0-dev.8 (#10590) b5106d68af

Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
HayesGordon
2025-09-15 16:07:10 +00:00
parent bc1b5794f7
commit 1b323fec22
3 changed files with 15 additions and 3 deletions

View File

@@ -1 +1 @@
32dc890302ce4c9b4cdec79a852e9fdd0099e2b9
b5106d68af08d6c476cc1aca811ae9438e52cc9b

View File

@@ -1,3 +1,15 @@
## 0.14.0-dev.8
Bumps to `rive_native: 0.0.11`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
### Fixes
- Fixed a crash in `preCommitCallback` for iOS and macOS.
### Build & Platform Updates
- Builds the native iOS and macOS libraries with Xcode 16.1 (bumped up from 15.4)
## 0.14.0-dev.7
Bumps to `rive_native: 0.0.10`

View File

@@ -1,5 +1,5 @@
name: rive
version: 0.14.0-dev.7
version: 0.14.0-dev.8
homepage: https://rive.app
description: Rive Flutter Runtime. This package provides runtime functionality for Rive graphics built with the Rive editor available at https://rive.app
repository: https://github.com/rive-app/rive-flutter
@@ -20,7 +20,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
meta: ^1.9.0
rive_native: 0.0.10+1
rive_native: 0.0.11
dev_dependencies:
flutter_test: