mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-08-06 08:29:35 +08:00
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:
@ -1 +1 @@
|
||||
085f5bd2dce2d25561b00eebc5f7118a2c8769eb
|
||||
e192d691d2cab253bd2a80f73d9db55f58c45fec
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user