From 17005f5a1e877306d4678122429b2f2be9c92ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Tue, 30 Dec 2025 10:18:51 -0800 Subject: [PATCH 1/3] Add RepeatingAnimationBuilder to the widget catalog --- src/data/catalog/widgets.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/catalog/widgets.yml b/src/data/catalog/widgets.yml index d12352f2cb..ab81537bf7 100644 --- a/src/data/catalog/widgets.yml +++ b/src/data/catalog/widgets.yml @@ -1733,6 +1733,13 @@ - 'Scrolling' subcategories: [] link: https://api.flutter.dev/flutter/material/ReorderableListView-class.html +- name: RepeatingAnimationBuilder + description: >- + A widget that animates an Animatable value and repeats indefinitely. + categories: + - 'Animation and motion' + subcategories: [] + link: https://api.flutter.dev/flutter/widgets/RepeatingAnimationBuilder-class.html - name: RichText description: >- The RichText widget displays text that uses multiple different styles. The From b53a98f67b84684669791ed7e8d600623a81b6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Tue, 30 Dec 2025 15:52:32 -0800 Subject: [PATCH 2/3] Add image --- src/data/catalog/widgets.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/data/catalog/widgets.yml b/src/data/catalog/widgets.yml index ab81537bf7..56c1fae444 100644 --- a/src/data/catalog/widgets.yml +++ b/src/data/catalog/widgets.yml @@ -1740,6 +1740,15 @@ - 'Animation and motion' subcategories: [] link: https://api.flutter.dev/flutter/widgets/RepeatingAnimationBuilder-class.html + vector: >- + - name: RichText description: >- The RichText widget displays text that uses multiple different styles. The From 58f486868f3043d6650c797675cc265f72fcf562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:38:20 -0800 Subject: [PATCH 3/3] New screenshot --- src/data/catalog/widgets.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/data/catalog/widgets.yml b/src/data/catalog/widgets.yml index 56c1fae444..af0c2143dd 100644 --- a/src/data/catalog/widgets.yml +++ b/src/data/catalog/widgets.yml @@ -1742,13 +1742,12 @@ link: https://api.flutter.dev/flutter/widgets/RepeatingAnimationBuilder-class.html vector: >- + fill='#3949ab'/> - name: RichText description: >- The RichText widget displays text that uses multiple different styles. The