mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-08-14 18:01:12 +08:00
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user