chore: release flutter 0.13.11

Forgot to expose this new API from rive_common to rive_flutter in previous release

Diffs=
e5920f4a0 chore: release flutter 0.13.11 (#7682)

Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
HayesGordon
2024-07-25 10:05:39 +00:00
parent aec635b137
commit 6b974b43f6
4 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
04597f29db9096b7f3df078a15b32e84d2a88892
e5920f4a03339ac7c3b12ce2287404b7ed38687c

View File

@ -1,7 +1,10 @@
## 0.13.11
- Add `applyWorkaroundToRiveOnOldAndroidVersions`. Experimental workaround when loading native libraries on Android 6 (see [this issue](https://github.com/rive-app/rive-flutter/issues/403)). The method should be called before using any Rive APIs.
## 0.13.10
- Fix [408](https://github.com/rive-app/rive-flutter/issues/408) and [409](https://github.com/rive-app/rive-flutter/issues/409), Rive never reaching a settled state when the widget is not visible (paint method not called).
- Add `applyWorkaroundToRiveOnOldAndroidVersions`. Experimental workaround when loading native libraries on Android 6 (see [this issue](https://github.com/rive-app/rive-flutter/issues/403)). The method should be called before using any Rive APIs.
## 0.13.9

View File

@ -46,5 +46,5 @@ export 'package:rive/src/runtime_event.dart';
export 'package:rive/src/runtime_mounted_artboard.dart';
export 'package:rive/src/runtime_nested_artboard.dart';
export 'package:rive/src/widgets/rive_animation.dart';
// export 'package:rive_common/src/dynamic_library_helper.dart'
// show applyWorkaroundToRiveOnOldAndroidVersions;
export 'package:rive_common/src/dynamic_library_helper.dart'
show applyWorkaroundToRiveOnOldAndroidVersions;

View File

@ -1,5 +1,5 @@
name: rive
version: 0.13.10
version: 0.13.11
homepage: https://rive.app
description: Rive Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app.
repository: https://github.com/rive-app/rive-flutter