Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/data/catalog/widgets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1733,6 +1733,21 @@
- '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
vector: >-
<svg viewBox='0 0 100 100'><rect x='0' y='0' width='100' height='100'
fill='#3949ab'/><g transform="rotate(30 50 50)"><rect x='35' y='35'
width='30' height='30' fill='#ffffff'/><rect x='37.5' y='37.5' width='25'
height='25' fill='#3b75ad'/></g><path d="M 50 20 A 30 30, 0, 1, 1, 20 50"
stroke="#ffffff" stroke-width="2" stroke-linecap="round"
fill="transparent"/><path d="M15 55 L20 50 L25 55" stroke="#ffffff"
stroke-width="2" stroke-linecap="round" fill="transparent"/></svg>
- name: RichText
description: >-
The RichText widget displays text that uses multiple different styles. The
Expand Down
Loading