Add transition interpolation to the runtime

Just ran `generate_core_runtime.sh` which added quite a lot of stuff. The change is quite minimal, I'll highlight it with a few comments in the PR.
I'll also adding a test for these new cubic exports just in case!

Fixes the Flutter bit for #5404

Diffs=
59858e333 Add transition interpolation to the runtime (#5429)

Co-authored-by: Umberto Sonnino <umberto@rive.app>
This commit is contained in:
umberto-sonnino
2023-06-19 18:53:56 +00:00
parent d7d22b9aee
commit 4893a3e79e
82 changed files with 2391 additions and 372 deletions

View File

@ -1,7 +1,3 @@
/// Core automatically generated
/// lib/src/generated/container_component_base.dart.
/// Do not modify manually.
import 'package:rive/src/rive_core/component.dart';
abstract class ContainerComponentBase extends Component {