mirror of
				https://github.com/rive-app/rive-flutter.git
				synced 2025-11-04 14:38:41 +08:00 
			
		
		
		
	chore(flutter): release 0.14.0-dev.11 (#10795) 4410ff9038
Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
		@ -1 +1 @@
 | 
			
		||||
9a31b40b81fe73edd7eab45c5ff27316aff8243c
 | 
			
		||||
4410ff90382d622ed72a62b77f065c1d2ee57de7
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,11 @@
 | 
			
		||||
## 0.14.0-dev.11
 | 
			
		||||
 | 
			
		||||
Bumps to `rive_native: 0.0.14`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
 | 
			
		||||
 | 
			
		||||
### Fixes
 | 
			
		||||
 | 
			
		||||
- Graphics memory leak on Android when using the Rive Renderer.
 | 
			
		||||
 | 
			
		||||
## 0.14.0-dev.10
 | 
			
		||||
 | 
			
		||||
Bumps to `rive_native: 0.0.13`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
name: rive
 | 
			
		||||
version: 0.14.0-dev.10
 | 
			
		||||
version: 0.14.0-dev.11
 | 
			
		||||
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.13
 | 
			
		||||
  rive_native: 0.0.14
 | 
			
		||||
 | 
			
		||||
dev_dependencies:
 | 
			
		||||
  flutter_test:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user