chore(flutter): update layout example (#10694) cf7006283c

Co-authored-by: Lance Snider <lance@lancesnider.com>
This commit is contained in:
lancesnider
2025-10-02 16:39:31 +00:00
parent 6da3205de4
commit 693a7a6366
3 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
d5e74de08cf60ca51715c034727c840cda6e683f
cf7006283c116852befbd042585bc963b21a15b6

Binary file not shown.

View File

@ -28,6 +28,7 @@ class _ExampleResponsiveLayoutsState extends State<ExampleResponsiveLayouts> {
Widget build(BuildContext context) {
return RiveWidgetBuilder(
fileLoader: fileLoader,
dataBind: DataBind.auto(),
builder: (context, state) => switch (state) {
RiveLoading() => const Center(
child: Center(child: CircularProgressIndicator()),