Tested out the latest rive-common that now uses `package:web` and `dart:js_interop`
The `RiveFile.initializeText` and everything associated with it are deprecated. Instead, use `RiveFile.initialize`, which will always need to be called when initializing text, audio, and layout.
Calling it `initializeText` is confusing to users as they may not be using text, but still need to call this manually when using RiveFile.import.
There is maybe additional cleanup we could do here, but at least want to make sure the public API is not confusing.
Diffs=
fa7c55934 Flutter release 0.13.5 (#7305)
973ff2276 Fix warnings about invalid toolsets (#7300)
Co-authored-by: Gordon <pggordonhayes@gmail.com>
Our current API is quite verbose and requires casting to the relevant class types when using the current find API. These methods simplify the process.
Diffs=
1460f5366 Expose methods to easily get Rive state machine inputs (#7085)
Co-authored-by: Gordon <pggordonhayes@gmail.com>