chore: release futter 0.13.6

Diffs=
e192d691d chore: release futter 0.13.6 (#7377)

Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
HayesGordon
2024-06-06 23:28:12 +00:00
parent f8cf20430c
commit 094b050352
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
085f5bd2dce2d25561b00eebc5f7118a2c8769eb
e192d691d2cab253bd2a80f73d9db55f58c45fec

View File

@ -1,3 +1,6 @@
## 0.13.6
- Add `getBoolInput(name, path)`, `getTriggerInput(name, path)`, and `getNumberInput(name, path` on `Artboard` to set nested inputs (inputs on nested artboards), see [the documentation](https://rive.app/community/doc/state-machines/docxeznG7iiK#nested-inputs).
## 0.13.5
- Migrates to `dart:js_interop` and `package:web` APIs.
- DEPRECATED: `RiveFile.initializeText` - use `RiveFile.initialize` instead. This now initializes the Rive audio, text, and layout engine. Call `await RiveFile.initialize()` before doing `RiveFile.import`. `RiveFile.asset`, `RiveFile.network`, and `RiveFile.file` will call initialize automatically if it has not been initialized. Alternatively, you can also call `unawaited(RiveFile.initialize());` in the `main` method on app start to make the first graphic load faster.

View File

@ -268,9 +268,6 @@ abstract class Component extends ComponentBase<RuntimeArtboard>
return '${super.toString()} ($id) -> $name';
}
@override
void exportNameChanged(bool from, bool to) {}
@override
void nameChanged(String from, String to) {
/// Changing name doesn't really do anything.

View File

@ -1,5 +1,5 @@
name: rive
version: 0.13.5
version: 0.13.6
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