diff --git a/.rive_head b/.rive_head index f82107e..d495774 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -d5e74de08cf60ca51715c034727c840cda6e683f +cf7006283c116852befbd042585bc963b21a15b6 diff --git a/example/assets/layout_test.riv b/example/assets/layout_test.riv index edfe827..9ba9354 100644 Binary files a/example/assets/layout_test.riv and b/example/assets/layout_test.riv differ diff --git a/example/lib/examples/responsive_layouts.dart b/example/lib/examples/responsive_layouts.dart index 6665440..a01eab6 100644 --- a/example/lib/examples/responsive_layouts.dart +++ b/example/lib/examples/responsive_layouts.dart @@ -28,6 +28,7 @@ class _ExampleResponsiveLayoutsState extends State { Widget build(BuildContext context) { return RiveWidgetBuilder( fileLoader: fileLoader, + dataBind: DataBind.auto(), builder: (context, state) => switch (state) { RiveLoading() => const Center( child: Center(child: CircularProgressIndicator()),