diff --git a/sdk/python/examples/apps/declarative/use_dialog_basic/pyproject.toml b/sdk/python/examples/apps/declarative/use_dialog_basic/pyproject.toml index b2ef22c347..1615cc2e10 100644 --- a/sdk/python/examples/apps/declarative/use_dialog_basic/pyproject.toml +++ b/sdk/python/examples/apps/declarative/use_dialog_basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Declarative", "Getting Started/Declarative"] [tool.flet.metadata] -title = "Use dialog basic" +title = "Use dialog" controls = ["Column", "Text", "Button", "TextButton", "AlertDialog"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/apps/greeter/basic/pyproject.toml b/sdk/python/examples/apps/greeter/basic/pyproject.toml index 05cb2f0757..cf8d059193 100644 --- a/sdk/python/examples/apps/greeter/basic/pyproject.toml +++ b/sdk/python/examples/apps/greeter/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Getting Started"] [tool.flet.metadata] -title = "Basic greeter" +title = "Greeter" controls = ["SafeArea", "Column", "TextField", "Button", "Text"] layout_pattern = "form" complexity = "basic" diff --git a/sdk/python/examples/apps/router/basic/pyproject.toml b/sdk/python/examples/apps/router/basic/pyproject.toml index 608eb54d0a..2538540e1e 100644 --- a/sdk/python/examples/apps/router/basic/pyproject.toml +++ b/sdk/python/examples/apps/router/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Navigation/Router"] [tool.flet.metadata] -title = "Basic routing" +title = "Routing" controls = ["SafeArea", "Column", "Row", "Button", "Text", "Router", "Route"] layout_pattern = "page-navigation" complexity = "basic" diff --git a/sdk/python/examples/apps/templates/basic_counter/pyproject.toml b/sdk/python/examples/apps/templates/basic_counter/pyproject.toml index d3fdd90a02..cee62a1155 100644 --- a/sdk/python/examples/apps/templates/basic_counter/pyproject.toml +++ b/sdk/python/examples/apps/templates/basic_counter/pyproject.toml @@ -18,7 +18,7 @@ dev = [ ] [tool.flet.metadata] -title = "Basic Counter" +title = "Counter" [tool.flet.gallery] categories = ["Getting Started"] diff --git a/sdk/python/examples/apps/timer/basic/pyproject.toml b/sdk/python/examples/apps/timer/basic/pyproject.toml index 1f13eac98f..21e014709e 100644 --- a/sdk/python/examples/apps/timer/basic/pyproject.toml +++ b/sdk/python/examples/apps/timer/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Cookbook"] [tool.flet.metadata] -title = "Basic timer" +title = "Timer" controls = ["SafeArea", "Column", "Row", "Text", "FilledButton", "TextButton"] layout_pattern = "center-stage" complexity = "basic" diff --git a/sdk/python/examples/controls/core/container/animate_1/pyproject.toml b/sdk/python/examples/controls/core/container/animate_1/pyproject.toml index 699896a5b5..d8feea7c66 100644 --- a/sdk/python/examples/controls/core/container/animate_1/pyproject.toml +++ b/sdk/python/examples/controls/core/container/animate_1/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/Container"] [tool.flet.metadata] -title = "Animate 1" +title = "Animate size and color" controls = ["SafeArea", "Column", "Container", "Button"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/core/container/animate_2/pyproject.toml b/sdk/python/examples/controls/core/container/animate_2/pyproject.toml index 299edf9de9..55963a7bd7 100644 --- a/sdk/python/examples/controls/core/container/animate_2/pyproject.toml +++ b/sdk/python/examples/controls/core/container/animate_2/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/Container"] [tool.flet.metadata] -title = "Animate 2" +title = "Animate gradient and shape" controls = ["SafeArea", "Column", "Container", "Button", "Text"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/core/container/animate_3/pyproject.toml b/sdk/python/examples/controls/core/container/animate_3/pyproject.toml index a93d8a6de2..6d96b312c2 100644 --- a/sdk/python/examples/controls/core/container/animate_3/pyproject.toml +++ b/sdk/python/examples/controls/core/container/animate_3/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/Container"] [tool.flet.metadata] -title = "Animate 3" +title = "Animated slide-in menu" controls = ["SafeArea", "Button", "Container", "Column", "Row", "IconButton", "ListTile"] layout_pattern = "overlay" complexity = "basic" diff --git a/sdk/python/examples/controls/core/hero/basic/pyproject.toml b/sdk/python/examples/controls/core/hero/basic/pyproject.toml index 736bedf137..528faf1da2 100644 --- a/sdk/python/examples/controls/core/hero/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/hero/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Navigation/Hero"] [tool.flet.metadata] -title = "Basic" +title = "Hero" controls = ["View", "SafeArea", "Container", "Column", "GestureDetector", "Hero", "AppBar", "Button", "Text", "Icon"] layout_pattern = "list-detail" complexity = "basic" diff --git a/sdk/python/examples/controls/core/icon/basic/pyproject.toml b/sdk/python/examples/controls/core/icon/basic/pyproject.toml index 4c927ec0ca..d34c4ab590 100644 --- a/sdk/python/examples/controls/core/icon/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/icon/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Displays/Icon"] [tool.flet.metadata] -title = "Basic" +title = "Icon" controls = ["SafeArea", "Column", "Row", "Icon"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/core/markdown/basic/pyproject.toml b/sdk/python/examples/controls/core/markdown/basic/pyproject.toml index 784c5c4417..713fda8cba 100644 --- a/sdk/python/examples/controls/core/markdown/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/markdown/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Displays/Markdown"] [tool.flet.metadata] -title = "Basic" +title = "Markdown" controls = ["SafeArea", "Markdown"] layout_pattern = "article" complexity = "basic" diff --git a/sdk/python/examples/controls/core/page_view/basic/pyproject.toml b/sdk/python/examples/controls/core/page_view/basic/pyproject.toml index 7ae5f8826a..7552c58c96 100644 --- a/sdk/python/examples/controls/core/page_view/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/page_view/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/PageView"] [tool.flet.metadata] -title = "Basic" +title = "PageView" controls = ["PageView", "SafeArea", "Container", "Column", "Text", "Icon"] layout_pattern = "pager" complexity = "basic" diff --git a/sdk/python/examples/controls/core/pagelet/basic/pyproject.toml b/sdk/python/examples/controls/core/pagelet/basic/pyproject.toml index 781caf594c..ae36ac6cc0 100644 --- a/sdk/python/examples/controls/core/pagelet/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/pagelet/basic/pyproject.toml @@ -20,7 +20,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/Pagelet"] [tool.flet.metadata] -title = "Basic" +title = "Pagelet" controls = [ "Pagelet", "SafeArea", diff --git a/sdk/python/examples/controls/core/pagelet/basic_declarative/pyproject.toml b/sdk/python/examples/controls/core/pagelet/basic_declarative/pyproject.toml index 4522c4dfbe..09a5080e89 100644 --- a/sdk/python/examples/controls/core/pagelet/basic_declarative/pyproject.toml +++ b/sdk/python/examples/controls/core/pagelet/basic_declarative/pyproject.toml @@ -21,7 +21,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/Pagelet"] [tool.flet.metadata] -title = "Basic Declarative" +title = "Pagelet Declarative" controls = [ "Pagelet", "SafeArea", diff --git a/sdk/python/examples/controls/core/placeholder/basic/pyproject.toml b/sdk/python/examples/controls/core/placeholder/basic/pyproject.toml index f85545a582..0611383d48 100644 --- a/sdk/python/examples/controls/core/placeholder/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/placeholder/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/Placeholder"] [tool.flet.metadata] -title = "Basic" +title = "Placeholder" controls = ["Placeholder", "SafeArea"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/core/responsive_row/basic/pyproject.toml b/sdk/python/examples/controls/core/responsive_row/basic/pyproject.toml index 3651bdfbd5..697971a4fa 100644 --- a/sdk/python/examples/controls/core/responsive_row/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/responsive_row/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/ResponsiveRow"] [tool.flet.metadata] -title = "Basic" +title = "ResponsiveRow" controls = ["SafeArea", "Column", "ResponsiveRow", "Container", "TextField", "Text"] layout_pattern = "responsive-grid" complexity = "basic" diff --git a/sdk/python/examples/controls/core/rotated_box/basic/pyproject.toml b/sdk/python/examples/controls/core/rotated_box/basic/pyproject.toml index 302a2e7cf6..ea5cd918cf 100644 --- a/sdk/python/examples/controls/core/rotated_box/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/rotated_box/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/RotatedBox"] [tool.flet.metadata] -title = "Basic" +title = "RotatedBox" controls = [ "SafeArea", "Column", diff --git a/sdk/python/examples/controls/core/safe_area/basic/pyproject.toml b/sdk/python/examples/controls/core/safe_area/basic/pyproject.toml index d4fcdd2bdf..1715be2fda 100644 --- a/sdk/python/examples/controls/core/safe_area/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/safe_area/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/SafeArea"] [tool.flet.metadata] -title = "SafeArea basic" +title = "SafeArea" controls = ["SafeArea", "Container", "Text", "FloatingActionButton"] layout_pattern = "centered-single-action" complexity = "basic" diff --git a/sdk/python/examples/controls/core/semantics/basic/pyproject.toml b/sdk/python/examples/controls/core/semantics/basic/pyproject.toml index 49f5044254..ce86656200 100644 --- a/sdk/python/examples/controls/core/semantics/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/semantics/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Accessibility"] [tool.flet.metadata] -title = "Semantics basic" +title = "Semantics" controls = ["Semantics", "TextField", "Icon", "Column", "SafeArea"] layout_pattern = "form-field" complexity = "basic" diff --git a/sdk/python/examples/controls/core/shimmer/basic/pyproject.toml b/sdk/python/examples/controls/core/shimmer/basic/pyproject.toml index a5684337c7..24c4f96aaf 100644 --- a/sdk/python/examples/controls/core/shimmer/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/shimmer/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Effects/Shimmer"] [tool.flet.metadata] -title = "Shimmer basic" +title = "Shimmer" controls = ["Shimmer", "Column", "Container", "SafeArea"] layout_pattern = "stacked-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/core/text/rich_text_basic/pyproject.toml b/sdk/python/examples/controls/core/text/rich_text_basic/pyproject.toml index 65dbd280d8..f50686e3ad 100644 --- a/sdk/python/examples/controls/core/text/rich_text_basic/pyproject.toml +++ b/sdk/python/examples/controls/core/text/rich_text_basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Displays/Text"] [tool.flet.metadata] -title = "Basic rich text" +title = "Rich text" controls = ["SafeArea", "Column", "Text", "TextSpan"] layout_pattern = "stacked-content" complexity = "basic" diff --git a/sdk/python/examples/controls/core/transparent_pointer/basic/pyproject.toml b/sdk/python/examples/controls/core/transparent_pointer/basic/pyproject.toml index 58f14d2f79..b343500018 100644 --- a/sdk/python/examples/controls/core/transparent_pointer/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/transparent_pointer/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/TransparentPointer"] [tool.flet.metadata] -title = "TransparentPointer basic" +title = "TransparentPointer" controls = ["SafeArea", "Stack", "GestureDetector", "TransparentPointer", "Container", "Button"] layout_pattern = "overlay" complexity = "basic" diff --git a/sdk/python/examples/controls/core/vertical_divider/basic/pyproject.toml b/sdk/python/examples/controls/core/vertical_divider/basic/pyproject.toml index 776000ff46..a9b26a588f 100644 --- a/sdk/python/examples/controls/core/vertical_divider/basic/pyproject.toml +++ b/sdk/python/examples/controls/core/vertical_divider/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/VerticalDivider"] [tool.flet.metadata] -title = "VerticalDivider basic" +title = "VerticalDivider" controls = ["SafeArea", "Row", "VerticalDivider", "Container"] layout_pattern = "single-row" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_action_sheet/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_action_sheet/basic/pyproject.toml index d75c53aeda..d2bc4be30e 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_action_sheet/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_action_sheet/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Dialogs/CupertinoActionSheet"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoActionSheet" controls = ["SafeArea", "Column", "CupertinoFilledButton", "CupertinoBottomSheet", "CupertinoActionSheet", "CupertinoActionSheetAction", "Text", "Row", "Icon"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_activity_indicator/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_activity_indicator/basic/pyproject.toml index 059023c68e..9e0c84fb22 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_activity_indicator/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_activity_indicator/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Displays/CupertinoActivityIndicator"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoActivityIndicator" controls = ["SafeArea", "CupertinoActivityIndicator"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_app_bar/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_app_bar/basic/pyproject.toml index 6daad9f02d..3a870e8d00 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_app_bar/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_app_bar/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Navigation/CupertinoAppBar"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoAppBar" controls = ["CupertinoAppBar", "Icon", "Text", "SafeArea"] layout_pattern = "toolbar-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_button/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_button/basic/pyproject.toml index 597cbb92ae..43bfd25644 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_button/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Buttons/CupertinoButton"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoButton" controls = ["SafeArea", "Column", "CupertinoButton", "Button", "Text", "Row", "Icon"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_context_menu/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_context_menu/basic/pyproject.toml index 95a6ae7858..f11df7b321 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_context_menu/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_context_menu/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/CupertinoContextMenu"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoContextMenu" controls = ["SafeArea", "CupertinoContextMenu", "CupertinoContextMenuAction", "Image"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_date_picker/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_date_picker/basic/pyproject.toml index f262648823..281fac0a3e 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_date_picker/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_date_picker/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/CupertinoDatePicker"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoDatePicker" controls = ["SafeArea", "Column", "CupertinoFilledButton", "CupertinoBottomSheet", "CupertinoDatePicker", "Text"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_filled_button/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_filled_button/basic/pyproject.toml index 66d70134c2..05c0c5a1c9 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_filled_button/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_filled_button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Buttons/CupertinoFilledButton"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoFilledButton" controls = ["SafeArea", "CupertinoFilledButton", "Text"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_navigation_bar/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_navigation_bar/basic/pyproject.toml index 9883ea5523..000bd2e922 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_navigation_bar/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_navigation_bar/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Navigation/CupertinoNavigationBar"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoNavigationBar" controls = ["CupertinoNavigationBar", "NavigationBarDestination", "SafeArea", "Text"] layout_pattern = "tabbed-navigation" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_radio/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_radio/basic/pyproject.toml index cda13ceab4..4f3770f102 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_radio/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_radio/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/CupertinoRadio"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoRadio" controls = ["SafeArea", "Column", "RadioGroup", "CupertinoRadio", "Text", "Button"] layout_pattern = "form" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_segmented_button/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_segmented_button/basic/pyproject.toml index 5a95cc6b29..710d6e2bee 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_segmented_button/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_segmented_button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Buttons/CupertinoSegmentedButton"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoSegmentedButton" controls = ["SafeArea", "CupertinoSegmentedButton", "Container", "Text"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_sliding_segmented_button/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_sliding_segmented_button/basic/pyproject.toml index 1602c82675..aa378824da 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_sliding_segmented_button/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_sliding_segmented_button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Buttons/CupertinoSlidingSegmentedButton"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoSlidingSegmentedButton" controls = ["SafeArea", "CupertinoSlidingSegmentedButton", "Text", "SnackBar"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/cupertino/cupertino_timer_picker/basic/pyproject.toml b/sdk/python/examples/controls/cupertino/cupertino_timer_picker/basic/pyproject.toml index 28334699da..fee21491c1 100644 --- a/sdk/python/examples/controls/cupertino/cupertino_timer_picker/basic/pyproject.toml +++ b/sdk/python/examples/controls/cupertino/cupertino_timer_picker/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/CupertinoTimerPicker"] [tool.flet.metadata] -title = "Basic" +title = "CupertinoTimerPicker" controls = ["SafeArea", "Row", "Text", "CupertinoButton", "CupertinoBottomSheet", "CupertinoTimerPicker"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/material/auto_complete/basic/pyproject.toml b/sdk/python/examples/controls/material/auto_complete/basic/pyproject.toml index f5e35a1a6c..05aef1146b 100644 --- a/sdk/python/examples/controls/material/auto_complete/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/auto_complete/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/AutoComplete"] [tool.flet.metadata] -title = "Basic AutoComplete" +title = "AutoComplete" controls = ["SafeArea", "Column", "AutoComplete", "AutoCompleteSuggestion", "Text"] layout_pattern = "form" complexity = "basic" diff --git a/sdk/python/examples/controls/material/autofill_group/basic/pyproject.toml b/sdk/python/examples/controls/material/autofill_group/basic/pyproject.toml index 3127e997f6..7e6f3d5e65 100644 --- a/sdk/python/examples/controls/material/autofill_group/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/autofill_group/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/AutofillGroup"] [tool.flet.metadata] -title = "Basic AutofillGroup" +title = "AutofillGroup" controls = ["SafeArea", "AutofillGroup", "Column", "TextField"] layout_pattern = "form" complexity = "basic" diff --git a/sdk/python/examples/controls/material/badge/basic/pyproject.toml b/sdk/python/examples/controls/material/badge/basic/pyproject.toml index 1172027519..a4f2b0aece 100644 --- a/sdk/python/examples/controls/material/badge/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/badge/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Displays/Badge"] [tool.flet.metadata] -title = "Basic Badge" +title = "Badge" controls = ["NavigationBar", "NavigationBarDestination", "Icon", "Badge", "SafeArea", "Column", "Text"] layout_pattern = "navigation" complexity = "basic" diff --git a/sdk/python/examples/controls/material/banner/basic/pyproject.toml b/sdk/python/examples/controls/material/banner/basic/pyproject.toml index 42eda939e0..0683fce93c 100644 --- a/sdk/python/examples/controls/material/banner/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/banner/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Dialogs/Banner"] [tool.flet.metadata] -title = "Basic Banner" +title = "Banner" controls = ["SafeArea", "Column", "Button", "Banner", "Icon", "Text", "TextButton"] layout_pattern = "dialog-flow" complexity = "basic" diff --git a/sdk/python/examples/controls/material/bottom_sheet/basic/pyproject.toml b/sdk/python/examples/controls/material/bottom_sheet/basic/pyproject.toml index 8ca7ef2873..018995bde1 100644 --- a/sdk/python/examples/controls/material/bottom_sheet/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/bottom_sheet/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Dialogs/BottomSheet"] [tool.flet.metadata] -title = "Basic BottomSheet" +title = "BottomSheet" controls = ["SafeArea", "Column", "Button", "BottomSheet", "Container", "Text"] layout_pattern = "dialog-flow" complexity = "basic" diff --git a/sdk/python/examples/controls/material/button/basic/pyproject.toml b/sdk/python/examples/controls/material/button/basic/pyproject.toml index 5f2ab8d7a5..027d458329 100644 --- a/sdk/python/examples/controls/material/button/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Buttons/Button"] [tool.flet.metadata] -title = "Basic button" +title = "Button" controls = ["SafeArea", "Column", "Button"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/material/checkbox/basic/pyproject.toml b/sdk/python/examples/controls/material/checkbox/basic/pyproject.toml index 5c43b689e5..bf800c7aa8 100644 --- a/sdk/python/examples/controls/material/checkbox/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/checkbox/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/Checkbox"] [tool.flet.metadata] -title = "Basic checkbox" +title = "Checkbox" controls = ["SafeArea", "Column", "Checkbox", "Button", "Text"] layout_pattern = "form" complexity = "basic" diff --git a/sdk/python/examples/controls/material/data_table/basic/pyproject.toml b/sdk/python/examples/controls/material/data_table/basic/pyproject.toml index 0943448c32..59a2f91626 100644 --- a/sdk/python/examples/controls/material/data_table/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/data_table/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/DataTable"] [tool.flet.metadata] -title = "Basic" +title = "DataTable" controls = ["SafeArea", "DataTable", "DataColumn", "DataRow", "DataCell", "Text"] layout_pattern = "table-view" complexity = "basic" diff --git a/sdk/python/examples/controls/material/date_picker/basic/pyproject.toml b/sdk/python/examples/controls/material/date_picker/basic/pyproject.toml index 3a637a72e7..e8ca4edb5c 100644 --- a/sdk/python/examples/controls/material/date_picker/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/date_picker/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Dialogs/DatePicker"] [tool.flet.metadata] -title = "Basic" +title = "DatePicker" controls = ["SafeArea", "Column", "Button", "DatePicker", "Text"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/material/date_range_picker/basic/pyproject.toml b/sdk/python/examples/controls/material/date_range_picker/basic/pyproject.toml index 277af9af5f..80ef6ca41b 100644 --- a/sdk/python/examples/controls/material/date_range_picker/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/date_range_picker/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Dialogs/DateRangePicker"] [tool.flet.metadata] -title = "Basic" +title = "DateRangePicker" controls = ["SafeArea", "Column", "Button", "DateRangePicker", "Text"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/material/divider/basic/pyproject.toml b/sdk/python/examples/controls/material/divider/basic/pyproject.toml index 91cdcc1a7d..bd5d9b2863 100644 --- a/sdk/python/examples/controls/material/divider/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/divider/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/Divider"] [tool.flet.metadata] -title = "Basic" +title = "Divider" controls = ["SafeArea", "Column", "Container", "Divider"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/material/dropdown_m2/basic/pyproject.toml b/sdk/python/examples/controls/material/dropdown_m2/basic/pyproject.toml index 616704dcd2..6712477187 100644 --- a/sdk/python/examples/controls/material/dropdown_m2/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/dropdown_m2/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/DropdownM2"] [tool.flet.metadata] -title = "Basic" +title = "DropdownM2" controls = ["SafeArea", "Column", "DropdownM2", "Button", "Text"] layout_pattern = "form" complexity = "basic" diff --git a/sdk/python/examples/controls/material/expansion_panel_list/basic/pyproject.toml b/sdk/python/examples/controls/material/expansion_panel_list/basic/pyproject.toml index 6210493fde..69fd80271d 100644 --- a/sdk/python/examples/controls/material/expansion_panel_list/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/expansion_panel_list/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/ExpansionPanelList"] [tool.flet.metadata] -title = "Basic" +title = "ExpansionPanelList" controls = ["SafeArea", "ExpansionPanelList", "ExpansionPanel", "ListTile", "IconButton", "Text"] layout_pattern = "list-detail" complexity = "basic" diff --git a/sdk/python/examples/controls/material/expansion_tile/basic/pyproject.toml b/sdk/python/examples/controls/material/expansion_tile/basic/pyproject.toml index 215a1a74fe..1267b2a688 100644 --- a/sdk/python/examples/controls/material/expansion_tile/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/expansion_tile/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/ExpansionTile"] [tool.flet.metadata] -title = "Basic" +title = "ExpansionTile" controls = ["SafeArea", "Column", "ExpansionTile", "ListTile", "Text", "Icon", "SnackBar"] layout_pattern = "list-detail" complexity = "basic" diff --git a/sdk/python/examples/controls/material/filled_button/basic/pyproject.toml b/sdk/python/examples/controls/material/filled_button/basic/pyproject.toml index d516fe6611..979450ed44 100644 --- a/sdk/python/examples/controls/material/filled_button/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/filled_button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Buttons/FilledButton"] [tool.flet.metadata] -title = "Basic" +title = "FilledButton" controls = ["SafeArea", "Column", "FilledButton"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/material/filled_tonal_button/basic/pyproject.toml b/sdk/python/examples/controls/material/filled_tonal_button/basic/pyproject.toml index de96406766..25d5c2d4b3 100644 --- a/sdk/python/examples/controls/material/filled_tonal_button/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/filled_tonal_button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Buttons/FilledTonalButton"] [tool.flet.metadata] -title = "Basic" +title = "FilledTonalButton" controls = ["SafeArea", "Column", "FilledTonalButton"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/material/list_tile/basic/pyproject.toml b/sdk/python/examples/controls/material/list_tile/basic/pyproject.toml index 5816f01ba3..056e063780 100644 --- a/sdk/python/examples/controls/material/list_tile/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/list_tile/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/ListTile"] [tool.flet.metadata] -title = "Basic" +title = "ListTile" controls = ["SafeArea", "Card", "Container", "Column", "ListTile", "Icon", "Image", "PopupMenuButton", "PopupMenuItem", "Text"] layout_pattern = "list-detail" complexity = "basic" diff --git a/sdk/python/examples/controls/material/menu_item_button/basic/pyproject.toml b/sdk/python/examples/controls/material/menu_item_button/basic/pyproject.toml index b747c3d414..09c597ea99 100644 --- a/sdk/python/examples/controls/material/menu_item_button/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/menu_item_button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Buttons/MenuItemButton"] [tool.flet.metadata] -title = "Basic" +title = "MenuItemButton" controls = ["SafeArea", "Column", "Row", "MenuBar", "SubmenuButton", "MenuItemButton", "Container", "Text", "Icon"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/material/navigation_bar/basic/pyproject.toml b/sdk/python/examples/controls/material/navigation_bar/basic/pyproject.toml index 4457421a1c..f481ec3c8a 100644 --- a/sdk/python/examples/controls/material/navigation_bar/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/navigation_bar/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Navigation/NavigationBar"] [tool.flet.metadata] -title = "Basic" +title = "NavigationBar" controls = ["NavigationBar", "NavigationBarDestination", "SafeArea", "Text"] layout_pattern = "tabbed-navigation" complexity = "basic" diff --git a/sdk/python/examples/controls/material/navigation_rail/basic/pyproject.toml b/sdk/python/examples/controls/material/navigation_rail/basic/pyproject.toml index 9187d09833..e4cca58951 100644 --- a/sdk/python/examples/controls/material/navigation_rail/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/navigation_rail/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Navigation/NavigationRail"] [tool.flet.metadata] -title = "Basic" +title = "NavigationRail" controls = ["NavigationRail", "NavigationRailDestination", "SafeArea", "FloatingActionButton", "SelectionArea", "Page", "VerticalDivider", "Column", "Row", "Text"] layout_pattern = "side-navigation" complexity = "basic" diff --git a/sdk/python/examples/controls/material/outlined_button/basic/pyproject.toml b/sdk/python/examples/controls/material/outlined_button/basic/pyproject.toml index 5a0c1b037e..3eccd88f63 100644 --- a/sdk/python/examples/controls/material/outlined_button/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/outlined_button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Buttons/OutlinedButton"] [tool.flet.metadata] -title = "Basic" +title = "OutlinedButton" controls = ["SafeArea", "OutlinedButton"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/material/popup_menu_button/basic/pyproject.toml b/sdk/python/examples/controls/material/popup_menu_button/basic/pyproject.toml index ae70c59181..5661a86d94 100644 --- a/sdk/python/examples/controls/material/popup_menu_button/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/popup_menu_button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Buttons/PopupMenuButton"] [tool.flet.metadata] -title = "Basic" +title = "PopupMenuButton" controls = ["PopupMenuButton", "PopupMenuItem", "SafeArea", "Row", "Icon", "Text"] layout_pattern = "overlay-action" complexity = "basic" diff --git a/sdk/python/examples/controls/material/radio/basic/pyproject.toml b/sdk/python/examples/controls/material/radio/basic/pyproject.toml index 5a4b37129d..2aab3398b5 100644 --- a/sdk/python/examples/controls/material/radio/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/radio/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/Radio"] [tool.flet.metadata] -title = "Basic" +title = "Radio" controls = ["RadioGroup", "Radio", "Button", "Text", "SafeArea"] layout_pattern = "form" complexity = "basic" diff --git a/sdk/python/examples/controls/material/range_slider/basic/pyproject.toml b/sdk/python/examples/controls/material/range_slider/basic/pyproject.toml index a51f67b788..87cace3a09 100644 --- a/sdk/python/examples/controls/material/range_slider/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/range_slider/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/RangeSlider"] [tool.flet.metadata] -title = "Basic" +title = "RangeSlider" controls = ["RangeSlider", "SafeArea", "Text", "Column", "Container"] layout_pattern = "input-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/material/reorderable_drag_handle/basic/pyproject.toml b/sdk/python/examples/controls/material/reorderable_drag_handle/basic/pyproject.toml index dc348247ad..213597586e 100644 --- a/sdk/python/examples/controls/material/reorderable_drag_handle/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/reorderable_drag_handle/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/Reorderable"] [tool.flet.metadata] -title = "Basic" +title = "ReorderableDragHandle" controls = ["ReorderableListView", "ReorderableDragHandle", "ListTile", "SafeArea"] layout_pattern = "draggable-list" complexity = "basic" diff --git a/sdk/python/examples/controls/material/search_bar/basic/pyproject.toml b/sdk/python/examples/controls/material/search_bar/basic/pyproject.toml index 12aa2fd6ad..f60bdcfe1f 100644 --- a/sdk/python/examples/controls/material/search_bar/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/search_bar/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/SearchBar"] [tool.flet.metadata] -title = "SearchBar basic" +title = "SearchBar" controls = ["SearchBar", "ListTile", "Text", "SafeArea"] layout_pattern = "search-overlay" complexity = "basic" diff --git a/sdk/python/examples/controls/material/selection_area/basic/pyproject.toml b/sdk/python/examples/controls/material/selection_area/basic/pyproject.toml index 586ad28711..11f2cd0d46 100644 --- a/sdk/python/examples/controls/material/selection_area/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/selection_area/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Utility/SelectionArea"] [tool.flet.metadata] -title = "SelectionArea basic" +title = "SelectionArea" controls = ["SelectionArea", "Column", "Text", "SafeArea"] layout_pattern = "comparison-stack" complexity = "basic" diff --git a/sdk/python/examples/controls/material/slider/basic/pyproject.toml b/sdk/python/examples/controls/material/slider/basic/pyproject.toml index fc7205e833..47e4f94cbc 100644 --- a/sdk/python/examples/controls/material/slider/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/slider/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/Slider"] [tool.flet.metadata] -title = "Slider basic" +title = "Slider" controls = ["Slider", "Text", "Column", "SafeArea"] layout_pattern = "stacked-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/material/snack_bar/basic/pyproject.toml b/sdk/python/examples/controls/material/snack_bar/basic/pyproject.toml index 935c517c00..8c5a0d13ee 100644 --- a/sdk/python/examples/controls/material/snack_bar/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/snack_bar/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Dialogs/SnackBar"] [tool.flet.metadata] -title = "SnackBar basic" +title = "SnackBar" controls = ["SnackBar", "Button", "Text", "SafeArea"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/material/submenu_button/basic/pyproject.toml b/sdk/python/examples/controls/material/submenu_button/basic/pyproject.toml index 43a34f8d99..eb89689b8a 100644 --- a/sdk/python/examples/controls/material/submenu_button/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/submenu_button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Navigation/SubmenuButton"] [tool.flet.metadata] -title = "SubmenuButton basic" +title = "SubmenuButton" controls = ["SafeArea", "Column", "Row", "MenuBar", "SubmenuButton", "MenuItemButton", "Container", "Text", "Icon"] layout_pattern = "toolbar-content" complexity = "basic" diff --git a/sdk/python/examples/controls/material/switch/basic/pyproject.toml b/sdk/python/examples/controls/material/switch/basic/pyproject.toml index 2e517dff88..18e7c12794 100644 --- a/sdk/python/examples/controls/material/switch/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/switch/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/Switch"] [tool.flet.metadata] -title = "Switch basic" +title = "Switch" controls = ["SafeArea", "Column", "Switch", "Button", "Text"] layout_pattern = "stacked-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/material/tabs/basic/pyproject.toml b/sdk/python/examples/controls/material/tabs/basic/pyproject.toml index ce99e923ec..2e74bc2c55 100644 --- a/sdk/python/examples/controls/material/tabs/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/tabs/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Layout/Tabs"] [tool.flet.metadata] -title = "Tabs basic" +title = "Tabs" controls = ["SafeArea", "Tabs", "Column", "TabBar", "TabBarView", "Tab", "Container", "Text", "CircleAvatar"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/controls/material/text_button/basic/pyproject.toml b/sdk/python/examples/controls/material/text_button/basic/pyproject.toml index aa5b7a2bb7..277698e9a2 100644 --- a/sdk/python/examples/controls/material/text_button/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/text_button/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Buttons/TextButton"] [tool.flet.metadata] -title = "TextButton basic" +title = "TextButton" controls = ["SafeArea", "Column", "TextButton"] layout_pattern = "stacked-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/material/text_field/basic/pyproject.toml b/sdk/python/examples/controls/material/text_field/basic/pyproject.toml index b4d729ec59..e0961722e4 100644 --- a/sdk/python/examples/controls/material/text_field/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/text_field/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/TextField"] [tool.flet.metadata] -title = "TextField basic" +title = "TextField" controls = ["SafeArea", "Column", "TextField", "Button", "Text"] layout_pattern = "stacked-actions" complexity = "basic" diff --git a/sdk/python/examples/controls/material/time_picker/basic/pyproject.toml b/sdk/python/examples/controls/material/time_picker/basic/pyproject.toml index e0215ded66..9ec201287e 100644 --- a/sdk/python/examples/controls/material/time_picker/basic/pyproject.toml +++ b/sdk/python/examples/controls/material/time_picker/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Dialogs/TimePicker"] [tool.flet.metadata] -title = "TimePicker basic" +title = "TimePicker" controls = ["SafeArea", "Column", "Button", "Text", "TimePicker", "SnackBar"] layout_pattern = "stacked-actions" complexity = "basic" diff --git a/sdk/python/examples/extensions/audio_recorder/basic/pyproject.toml b/sdk/python/examples/extensions/audio_recorder/basic/pyproject.toml index 8e94897cdf..1fa1906622 100644 --- a/sdk/python/examples/extensions/audio_recorder/basic/pyproject.toml +++ b/sdk/python/examples/extensions/audio_recorder/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Media/AudioRecorder"] [tool.flet.metadata] -title = "Audio recorder basic" +title = "Audio recorder" controls = ["SafeArea", "Column", "Page", "AppBar", "Text", "Button", "AudioRecorder"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/bar_chart/example_1/pyproject.toml b/sdk/python/examples/extensions/charts/bar_chart/example_1/pyproject.toml index 4514c98701..59dca96818 100644 --- a/sdk/python/examples/extensions/charts/bar_chart/example_1/pyproject.toml +++ b/sdk/python/examples/extensions/charts/bar_chart/example_1/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/BarChart"] [tool.flet.metadata] -title = "Example 1" +title = "Interactive bar chart" controls = ["SafeArea", "BarChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/bar_chart/example_2/pyproject.toml b/sdk/python/examples/extensions/charts/bar_chart/example_2/pyproject.toml index 4a3b548b99..3c16e7eaaf 100644 --- a/sdk/python/examples/extensions/charts/bar_chart/example_2/pyproject.toml +++ b/sdk/python/examples/extensions/charts/bar_chart/example_2/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/BarChart"] [tool.flet.metadata] -title = "Example 2" +title = "Bar chart with hover" controls = ["SafeArea", "BarChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/candlestick_chart/example_1/pyproject.toml b/sdk/python/examples/extensions/charts/candlestick_chart/example_1/pyproject.toml index cc4fe18069..59a7547dee 100644 --- a/sdk/python/examples/extensions/charts/candlestick_chart/example_1/pyproject.toml +++ b/sdk/python/examples/extensions/charts/candlestick_chart/example_1/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/CandlestickChart"] [tool.flet.metadata] -title = "Example 1" +title = "Candlestick chart" controls = ["SafeArea", "CandlestickChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/line_chart/example_1/pyproject.toml b/sdk/python/examples/extensions/charts/line_chart/example_1/pyproject.toml index 54d4d14a4f..7bd2b0bfc1 100644 --- a/sdk/python/examples/extensions/charts/line_chart/example_1/pyproject.toml +++ b/sdk/python/examples/extensions/charts/line_chart/example_1/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/LineChart"] [tool.flet.metadata] -title = "Example 1" +title = "Multi-series line chart" controls = ["SafeArea", "LineChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/line_chart/example_2/pyproject.toml b/sdk/python/examples/extensions/charts/line_chart/example_2/pyproject.toml index 4cf6bc1838..dabe7e6ecb 100644 --- a/sdk/python/examples/extensions/charts/line_chart/example_2/pyproject.toml +++ b/sdk/python/examples/extensions/charts/line_chart/example_2/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/LineChart"] [tool.flet.metadata] -title = "Example 2" +title = "Line chart with custom axes" controls = ["SafeArea", "LineChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/pie_chart/example_1/pyproject.toml b/sdk/python/examples/extensions/charts/pie_chart/example_1/pyproject.toml index f47f2d8d92..b556b1a3ca 100644 --- a/sdk/python/examples/extensions/charts/pie_chart/example_1/pyproject.toml +++ b/sdk/python/examples/extensions/charts/pie_chart/example_1/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/PieChart"] [tool.flet.metadata] -title = "Example 1" +title = "Pie chart with hover borders" controls = ["SafeArea", "PieChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/pie_chart/example_2/pyproject.toml b/sdk/python/examples/extensions/charts/pie_chart/example_2/pyproject.toml index caa7187d66..ab34ee66bd 100644 --- a/sdk/python/examples/extensions/charts/pie_chart/example_2/pyproject.toml +++ b/sdk/python/examples/extensions/charts/pie_chart/example_2/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/PieChart"] [tool.flet.metadata] -title = "Example 2" +title = "Pie chart with hover sections" controls = ["SafeArea", "PieChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/pie_chart/example_3/pyproject.toml b/sdk/python/examples/extensions/charts/pie_chart/example_3/pyproject.toml index 7501160de0..7978cfa744 100644 --- a/sdk/python/examples/extensions/charts/pie_chart/example_3/pyproject.toml +++ b/sdk/python/examples/extensions/charts/pie_chart/example_3/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/PieChart"] [tool.flet.metadata] -title = "Example 3" +title = "Pie chart with icon badges" controls = ["SafeArea", "PieChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/plotly_chart/example_1/pyproject.toml b/sdk/python/examples/extensions/charts/plotly_chart/example_1/pyproject.toml index 82f0eef85c..2806044857 100644 --- a/sdk/python/examples/extensions/charts/plotly_chart/example_1/pyproject.toml +++ b/sdk/python/examples/extensions/charts/plotly_chart/example_1/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/PlotlyChart"] [tool.flet.metadata] -title = "Example 1" +title = "Plotly line chart" controls = ["SafeArea", "PlotlyChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/plotly_chart/example_2/pyproject.toml b/sdk/python/examples/extensions/charts/plotly_chart/example_2/pyproject.toml index b9dd2891c7..6d3a8110a5 100644 --- a/sdk/python/examples/extensions/charts/plotly_chart/example_2/pyproject.toml +++ b/sdk/python/examples/extensions/charts/plotly_chart/example_2/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/PlotlyChart"] [tool.flet.metadata] -title = "Example 2" +title = "Plotly bar chart" controls = ["SafeArea", "PlotlyChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/plotly_chart/example_3/pyproject.toml b/sdk/python/examples/extensions/charts/plotly_chart/example_3/pyproject.toml index 36d91a2df6..d25200d0f5 100644 --- a/sdk/python/examples/extensions/charts/plotly_chart/example_3/pyproject.toml +++ b/sdk/python/examples/extensions/charts/plotly_chart/example_3/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/PlotlyChart"] [tool.flet.metadata] -title = "Example 3" +title = "Plotly pie chart" controls = ["SafeArea", "PlotlyChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/plotly_chart/example_4/pyproject.toml b/sdk/python/examples/extensions/charts/plotly_chart/example_4/pyproject.toml index 56d8ea44f3..c9de9a7ed4 100644 --- a/sdk/python/examples/extensions/charts/plotly_chart/example_4/pyproject.toml +++ b/sdk/python/examples/extensions/charts/plotly_chart/example_4/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/PlotlyChart"] [tool.flet.metadata] -title = "Example 4" +title = "Plotly box plot" controls = ["SafeArea", "PlotlyChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/radar_chart/example_1/pyproject.toml b/sdk/python/examples/extensions/charts/radar_chart/example_1/pyproject.toml index cafd659afa..ac06fa5224 100644 --- a/sdk/python/examples/extensions/charts/radar_chart/example_1/pyproject.toml +++ b/sdk/python/examples/extensions/charts/radar_chart/example_1/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/RadarChart"] [tool.flet.metadata] -title = "Example 1" +title = "Radar chart" controls = ["SafeArea", "RadarChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/charts/scatter_chart/example_1/pyproject.toml b/sdk/python/examples/extensions/charts/scatter_chart/example_1/pyproject.toml index a3478064b4..1df0c67c94 100644 --- a/sdk/python/examples/extensions/charts/scatter_chart/example_1/pyproject.toml +++ b/sdk/python/examples/extensions/charts/scatter_chart/example_1/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Charts/ScatterChart"] [tool.flet.metadata] -title = "Example 1" +title = "Scatter chart" controls = ["SafeArea", "ScatterChart"] layout_pattern = "single-chart" complexity = "basic" diff --git a/sdk/python/examples/extensions/code_editor/example_1/pyproject.toml b/sdk/python/examples/extensions/code_editor/example_1/pyproject.toml index 902a03aead..7df77f8e4b 100644 --- a/sdk/python/examples/extensions/code_editor/example_1/pyproject.toml +++ b/sdk/python/examples/extensions/code_editor/example_1/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Input/CodeEditor"] [tool.flet.metadata] -title = "Basic example" +title = "CodeEditor" controls = ["SafeArea", "CodeEditor"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/extensions/lottie/example_1/pyproject.toml b/sdk/python/examples/extensions/lottie/example_1/pyproject.toml index 670db24128..f3c1e8ad29 100644 --- a/sdk/python/examples/extensions/lottie/example_1/pyproject.toml +++ b/sdk/python/examples/extensions/lottie/example_1/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Media/Lottie"] [tool.flet.metadata] -title = "Example 1" +title = "Lottie animations" controls = ["SafeArea", "Column", "Lottie", "Placeholder", "Text"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/extensions/map/basic/pyproject.toml b/sdk/python/examples/extensions/map/basic/pyproject.toml index de5396dc6b..eed959993a 100644 --- a/sdk/python/examples/extensions/map/basic/pyproject.toml +++ b/sdk/python/examples/extensions/map/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Displays/Map"] [tool.flet.metadata] -title = "Basic" +title = "Map" controls = ["SafeArea", "Map", "TileLayer", "SimpleAttribution"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/extensions/rive/example_1/pyproject.toml b/sdk/python/examples/extensions/rive/example_1/pyproject.toml index 3198cd20b2..02581865be 100644 --- a/sdk/python/examples/extensions/rive/example_1/pyproject.toml +++ b/sdk/python/examples/extensions/rive/example_1/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Media/Rive"] [tool.flet.metadata] -title = "Example 1" +title = "Rive animations" controls = ["SafeArea", "Column", "Rive", "ProgressBar"] layout_pattern = "media-showcase" complexity = "basic" diff --git a/sdk/python/examples/extensions/secure_storage/basic/pyproject.toml b/sdk/python/examples/extensions/secure_storage/basic/pyproject.toml index f38c6177b0..d122bf3b8c 100644 --- a/sdk/python/examples/extensions/secure_storage/basic/pyproject.toml +++ b/sdk/python/examples/extensions/secure_storage/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Utility/SecureStorage"] [tool.flet.metadata] -title = "Basic secure storage" +title = "Secure storage" controls = ["SafeArea", "Column", "Page", "SecureStorage", "TextField", "Text", "Row", "Button"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/extensions/video/basic/pyproject.toml b/sdk/python/examples/extensions/video/basic/pyproject.toml index 0a0ccb922f..b55d083933 100644 --- a/sdk/python/examples/extensions/video/basic/pyproject.toml +++ b/sdk/python/examples/extensions/video/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Media/Video"] [tool.flet.metadata] -title = "Basic Video" +title = "Video" controls = ["SafeArea", "Video"] layout_pattern = "single-panel" complexity = "basic" diff --git a/sdk/python/examples/services/accelerometer/basic/pyproject.toml b/sdk/python/examples/services/accelerometer/basic/pyproject.toml index 0e14dad58a..c8214fe03d 100644 --- a/sdk/python/examples/services/accelerometer/basic/pyproject.toml +++ b/sdk/python/examples/services/accelerometer/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Sensors/Accelerometer"] [tool.flet.metadata] -title = "Basic accelerometer" +title = "Accelerometer" controls = ["SafeArea", "Column", "Text", "Accelerometer"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/barometer/basic/pyproject.toml b/sdk/python/examples/services/barometer/basic/pyproject.toml index e27a1ad3ef..110d32cfb5 100644 --- a/sdk/python/examples/services/barometer/basic/pyproject.toml +++ b/sdk/python/examples/services/barometer/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Sensors/Barometer"] [tool.flet.metadata] -title = "Basic barometer" +title = "Barometer" controls = ["SafeArea", "Column", "Page", "BarometerReadingEvent", "Text", "Barometer"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/battery/basic/pyproject.toml b/sdk/python/examples/services/battery/basic/pyproject.toml index 4e614481a0..e905ec600f 100644 --- a/sdk/python/examples/services/battery/basic/pyproject.toml +++ b/sdk/python/examples/services/battery/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Sensors/Battery"] [tool.flet.metadata] -title = "Basic battery" +title = "Battery" controls = ["SafeArea", "Column", "Page", "Button", "Battery", "Text"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/browsercontextmenu/basic/pyproject.toml b/sdk/python/examples/services/browsercontextmenu/basic/pyproject.toml index 648c584428..e9c3c1a279 100644 --- a/sdk/python/examples/services/browsercontextmenu/basic/pyproject.toml +++ b/sdk/python/examples/services/browsercontextmenu/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Utility/BrowserContextMenu"] [tool.flet.metadata] -title = "Basic browser context menu" +title = "Browser context menu" controls = ["SafeArea", "Column", "Page", "BrowserContextMenu", "Button"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/connectivity/basic/pyproject.toml b/sdk/python/examples/services/connectivity/basic/pyproject.toml index 2cc81a1b1a..b69fe80a00 100644 --- a/sdk/python/examples/services/connectivity/basic/pyproject.toml +++ b/sdk/python/examples/services/connectivity/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Utility/Connectivity"] [tool.flet.metadata] -title = "Basic connectivity" +title = "Connectivity" controls = ["SafeArea", "Column", "Page", "Connectivity", "Text", "Button"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/gyroscope/basic/pyproject.toml b/sdk/python/examples/services/gyroscope/basic/pyproject.toml index 43625bb4b4..d754a392c1 100644 --- a/sdk/python/examples/services/gyroscope/basic/pyproject.toml +++ b/sdk/python/examples/services/gyroscope/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Sensors/Gyroscope"] [tool.flet.metadata] -title = "Basic gyroscope" +title = "Gyroscope" controls = ["SafeArea", "Column", "Page", "GyroscopeReadingEvent", "Text", "Gyroscope"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/haptic_feedback/basic/pyproject.toml b/sdk/python/examples/services/haptic_feedback/basic/pyproject.toml index 80da16d74f..45b707eb10 100644 --- a/sdk/python/examples/services/haptic_feedback/basic/pyproject.toml +++ b/sdk/python/examples/services/haptic_feedback/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Sensors/HapticFeedback"] [tool.flet.metadata] -title = "Basic haptic feedback" +title = "Haptic feedback" controls = ["SafeArea", "Column", "Page", "HapticFeedback", "Button"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/magnetometer/basic/pyproject.toml b/sdk/python/examples/services/magnetometer/basic/pyproject.toml index 4c82b6ce68..d37e0fc491 100644 --- a/sdk/python/examples/services/magnetometer/basic/pyproject.toml +++ b/sdk/python/examples/services/magnetometer/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Sensors/Magnetometer"] [tool.flet.metadata] -title = "Basic magnetometer" +title = "Magnetometer" controls = ["SafeArea", "Column", "Page", "MagnetometerReadingEvent", "Text", "Magnetometer"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/screen_brightness/basic/pyproject.toml b/sdk/python/examples/services/screen_brightness/basic/pyproject.toml index c8ca35e686..e7478fc9f1 100644 --- a/sdk/python/examples/services/screen_brightness/basic/pyproject.toml +++ b/sdk/python/examples/services/screen_brightness/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Utility/ScreenBrightness"] [tool.flet.metadata] -title = "Basic screen brightness" +title = "Screen brightness" controls = ["SafeArea", "Column", "Page", "ScreenBrightness", "Text", "Slider", "Switch", "Row"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/shake_detector/basic/pyproject.toml b/sdk/python/examples/services/shake_detector/basic/pyproject.toml index bfa6d08543..a9a1bdf1f2 100644 --- a/sdk/python/examples/services/shake_detector/basic/pyproject.toml +++ b/sdk/python/examples/services/shake_detector/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Sensors/ShakeDetector"] [tool.flet.metadata] -title = "Basic shake detector" +title = "Shake detector" controls = ["SafeArea", "Column", "Page", "ShakeDetector", "Text"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/share/basic/pyproject.toml b/sdk/python/examples/services/share/basic/pyproject.toml index 6b38b5f7a0..db0522872d 100644 --- a/sdk/python/examples/services/share/basic/pyproject.toml +++ b/sdk/python/examples/services/share/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Utility/Share"] [tool.flet.metadata] -title = "Basic share" +title = "Share" controls = ["SafeArea", "Column", "Page", "Share", "Text", "Row", "Button"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/sharedpreferences/basic/pyproject.toml b/sdk/python/examples/services/sharedpreferences/basic/pyproject.toml index aa9c465860..0a1c84bcb3 100644 --- a/sdk/python/examples/services/sharedpreferences/basic/pyproject.toml +++ b/sdk/python/examples/services/sharedpreferences/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Utility/SharedPreferences"] [tool.flet.metadata] -title = "Basic shared preferences" +title = "Shared preferences" controls = ["SafeArea", "Column", "Page", "SharedPreferences", "Text", "Row", "TextField", "Button"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/storagepaths/basic/pyproject.toml b/sdk/python/examples/services/storagepaths/basic/pyproject.toml index 8bc8689720..08fdca4f37 100644 --- a/sdk/python/examples/services/storagepaths/basic/pyproject.toml +++ b/sdk/python/examples/services/storagepaths/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Utility/Storagepaths"] [tool.flet.metadata] -title = "Basic storage paths" +title = "Storage paths" controls = ["SafeArea", "Column", "Page", "Text"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/urllauncher/basic/pyproject.toml b/sdk/python/examples/services/urllauncher/basic/pyproject.toml index d3043316bd..bf68309bcb 100644 --- a/sdk/python/examples/services/urllauncher/basic/pyproject.toml +++ b/sdk/python/examples/services/urllauncher/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Utility/UrlLauncher", "Navigation/Routing"] [tool.flet.metadata] -title = "Basic URL launcher" +title = "URL launcher" controls = ["SafeArea", "Column", "Page", "UrlLauncher", "TextField", "Text", "LaunchMode", "WebViewConfiguration"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/user_accelerometer/basic/pyproject.toml b/sdk/python/examples/services/user_accelerometer/basic/pyproject.toml index 7300bce705..855cd7c014 100644 --- a/sdk/python/examples/services/user_accelerometer/basic/pyproject.toml +++ b/sdk/python/examples/services/user_accelerometer/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Sensors/UserAccelerometer"] [tool.flet.metadata] -title = "Basic user accelerometer" +title = "User accelerometer" controls = ["SafeArea", "Column", "Page", "UserAccelerometerReadingEvent", "Text", "UserAccelerometer"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/sdk/python/examples/services/wakelock/basic/pyproject.toml b/sdk/python/examples/services/wakelock/basic/pyproject.toml index fe08430e86..30ab31ba91 100644 --- a/sdk/python/examples/services/wakelock/basic/pyproject.toml +++ b/sdk/python/examples/services/wakelock/basic/pyproject.toml @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"] categories = ["Utility/Wakelock"] [tool.flet.metadata] -title = "Basic wakelock" +title = "Wakelock" controls = ["SafeArea", "Column", "Page", "Wakelock", "Text", "Row", "Button"] layout_pattern = "inline-actions" complexity = "basic" diff --git a/website/docs/controls/alertdialog.md b/website/docs/controls/alertdialog.md index eaf3f17969..97491df20c 100644 --- a/website/docs/controls/alertdialog.md +++ b/website/docs/controls/alertdialog.md @@ -7,7 +7,7 @@ title: "AlertDialog" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/appbar.md b/website/docs/controls/appbar.md index 6e5baea9a9..563dcc14ef 100644 --- a/website/docs/controls/appbar.md +++ b/website/docs/controls/appbar.md @@ -8,7 +8,7 @@ title: "AppBar" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/autocomplete.md b/website/docs/controls/autocomplete.md index f63826caba..bbe577c467 100644 --- a/website/docs/controls/autocomplete.md +++ b/website/docs/controls/autocomplete.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic example +### AutoComplete diff --git a/website/docs/controls/autofillgroup.md b/website/docs/controls/autofillgroup.md index b6c8f36e0b..2cccc83441 100644 --- a/website/docs/controls/autofillgroup.md +++ b/website/docs/controls/autofillgroup.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic example +### AutofillGroup diff --git a/website/docs/controls/banner.md b/website/docs/controls/banner.md index 379a312efa..ad24a3175a 100644 --- a/website/docs/controls/banner.md +++ b/website/docs/controls/banner.md @@ -8,11 +8,11 @@ title: "Banner" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic example +### Banner diff --git a/website/docs/controls/bottomappbar.md b/website/docs/controls/bottomappbar.md index e302ba5112..4a92dc7223 100644 --- a/website/docs/controls/bottomappbar.md +++ b/website/docs/controls/bottomappbar.md @@ -7,7 +7,7 @@ title: "BottomAppBar" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/bottomsheet.md b/website/docs/controls/bottomsheet.md index d9890fca31..a8b3d4451d 100644 --- a/website/docs/controls/bottomsheet.md +++ b/website/docs/controls/bottomsheet.md @@ -7,11 +7,11 @@ title: "BottomSheet" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic example +### BottomSheet diff --git a/website/docs/controls/canvas/index.md b/website/docs/controls/canvas/index.md index 721a374ba6..bc0498fb0b 100644 --- a/website/docs/controls/canvas/index.md +++ b/website/docs/controls/canvas/index.md @@ -10,7 +10,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen # Canvas - + ## Examples diff --git a/website/docs/controls/card.md b/website/docs/controls/card.md index 2b10d0feeb..28cf32049c 100644 --- a/website/docs/controls/card.md +++ b/website/docs/controls/card.md @@ -7,7 +7,7 @@ title: "Card" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/charts/barchart.md b/website/docs/controls/charts/barchart.md index 07aae7bc1a..9888921ea0 100644 --- a/website/docs/controls/charts/barchart.md +++ b/website/docs/controls/charts/barchart.md @@ -8,17 +8,17 @@ title: "BarChart" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Example 1 +### Interactive bar chart -### Example 2 +### Bar chart with hover diff --git a/website/docs/controls/charts/candlestickchart.md b/website/docs/controls/charts/candlestickchart.md index 1b0176d772..0e342874f6 100644 --- a/website/docs/controls/charts/candlestickchart.md +++ b/website/docs/controls/charts/candlestickchart.md @@ -7,11 +7,11 @@ title: "CandlestickChart" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Candlestick Chart +### Candlestick chart diff --git a/website/docs/controls/charts/linechart.md b/website/docs/controls/charts/linechart.md index d6a4912eae..fb71caf3f6 100644 --- a/website/docs/controls/charts/linechart.md +++ b/website/docs/controls/charts/linechart.md @@ -8,17 +8,17 @@ title: "LineChart" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Example 1 +### Multi-series line chart -### Example 2 +### Line chart with custom axes diff --git a/website/docs/controls/charts/piechart.md b/website/docs/controls/charts/piechart.md index 6c4b3dbd79..c538bcf0de 100644 --- a/website/docs/controls/charts/piechart.md +++ b/website/docs/controls/charts/piechart.md @@ -12,19 +12,19 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Example 1 +### Pie chart with hover borders -### Example 2 +### Pie chart with hover sections -### Example 3 +### Pie chart with icon badges diff --git a/website/docs/controls/charts/plotlychart.md b/website/docs/controls/charts/plotlychart.md index d125a595df..6a1c7e13eb 100644 --- a/website/docs/controls/charts/plotlychart.md +++ b/website/docs/controls/charts/plotlychart.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Example 1 +### Plotly line chart Based on an official [Plotly example](https://plotly.com/python/line-charts). @@ -19,7 +19,7 @@ Based on an official [Plotly example](https://plotly.com/python/line-charts). -### Example 2 +### Plotly bar chart Based on an official [Plotly example](https://plotly.com/python/bar-charts). @@ -27,7 +27,7 @@ Based on an official [Plotly example](https://plotly.com/python/bar-charts). -### Example 3 +### Plotly pie chart Based on an official [Plotly example](https://plotly.com/python/pie-charts). @@ -35,7 +35,7 @@ Based on an official [Plotly example](https://plotly.com/python/pie-charts). -### Example 4 +### Plotly box plot Based on an official [Plotly example](https://plotly.com/python/box-plots). diff --git a/website/docs/controls/charts/radarchart.md b/website/docs/controls/charts/radarchart.md index dac5aaa738..d5a3b81ce4 100644 --- a/website/docs/controls/charts/radarchart.md +++ b/website/docs/controls/charts/radarchart.md @@ -7,11 +7,11 @@ title: "RadarChart" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Example 1 +### Radar chart diff --git a/website/docs/controls/charts/scatterchart.md b/website/docs/controls/charts/scatterchart.md index 7850a9b727..76005d3245 100644 --- a/website/docs/controls/charts/scatterchart.md +++ b/website/docs/controls/charts/scatterchart.md @@ -7,11 +7,11 @@ title: "ScatterChart" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Scatter Chart +### Scatter chart diff --git a/website/docs/controls/checkbox.md b/website/docs/controls/checkbox.md index e79606a58c..7401b0a76f 100644 --- a/website/docs/controls/checkbox.md +++ b/website/docs/controls/checkbox.md @@ -7,11 +7,11 @@ title: "Checkbox" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### Checkbox diff --git a/website/docs/controls/chip.md b/website/docs/controls/chip.md index 55ce987088..650906e50b 100644 --- a/website/docs/controls/chip.md +++ b/website/docs/controls/chip.md @@ -8,7 +8,7 @@ title: "Chip" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/circleavatar.md b/website/docs/controls/circleavatar.md index 6a6be05f79..37ba943f9d 100644 --- a/website/docs/controls/circleavatar.md +++ b/website/docs/controls/circleavatar.md @@ -8,7 +8,7 @@ title: "CircleAvatar" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/codeeditor/index.md b/website/docs/controls/codeeditor/index.md index db56616908..53cc0e8714 100644 --- a/website/docs/controls/codeeditor/index.md +++ b/website/docs/controls/codeeditor/index.md @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; import Tabs from '@theme/Tabs'; import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Usage @@ -32,7 +32,7 @@ pip install flet-code-editor # (1)! ## Examples -### Basic example +### CodeEditor code-editor-example-1 diff --git a/website/docs/controls/colorpickers/blockpicker.md b/website/docs/controls/colorpickers/blockpicker.md index 6ff023b604..06ab763c0f 100644 --- a/website/docs/controls/colorpickers/blockpicker.md +++ b/website/docs/controls/colorpickers/blockpicker.md @@ -9,7 +9,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc # BlockPicker - + ## Example diff --git a/website/docs/controls/colorpickers/colorpicker.md b/website/docs/controls/colorpickers/colorpicker.md index d2515f389b..623e77b9a0 100644 --- a/website/docs/controls/colorpickers/colorpicker.md +++ b/website/docs/controls/colorpickers/colorpicker.md @@ -9,7 +9,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc # ColorPicker - + ## Example diff --git a/website/docs/controls/colorpickers/hueringpicker.md b/website/docs/controls/colorpickers/hueringpicker.md index 99d671fc7c..9f8eb8e001 100644 --- a/website/docs/controls/colorpickers/hueringpicker.md +++ b/website/docs/controls/colorpickers/hueringpicker.md @@ -9,7 +9,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc # HueRingPicker - + ## Example diff --git a/website/docs/controls/colorpickers/materialpicker.md b/website/docs/controls/colorpickers/materialpicker.md index 1a2ca3baaa..f3595570ac 100644 --- a/website/docs/controls/colorpickers/materialpicker.md +++ b/website/docs/controls/colorpickers/materialpicker.md @@ -9,7 +9,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc # MaterialPicker - + ## Example diff --git a/website/docs/controls/colorpickers/multiplechoiceblockpicker.md b/website/docs/controls/colorpickers/multiplechoiceblockpicker.md index 903ebfce81..24c0651193 100644 --- a/website/docs/controls/colorpickers/multiplechoiceblockpicker.md +++ b/website/docs/controls/colorpickers/multiplechoiceblockpicker.md @@ -9,7 +9,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc # MultipleChoiceBlockPicker - + ## Example diff --git a/website/docs/controls/colorpickers/slidepicker.md b/website/docs/controls/colorpickers/slidepicker.md index 393967c3a4..9183fc528a 100644 --- a/website/docs/controls/colorpickers/slidepicker.md +++ b/website/docs/controls/colorpickers/slidepicker.md @@ -9,7 +9,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc # SlidePicker - + ## Example diff --git a/website/docs/controls/column.md b/website/docs/controls/column.md index 3b9b95cf29..46efc639d3 100644 --- a/website/docs/controls/column.md +++ b/website/docs/controls/column.md @@ -8,7 +8,7 @@ title: "Column" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/container.md b/website/docs/controls/container.md index 93241cfaee..e297fbdb7b 100644 --- a/website/docs/controls/container.md +++ b/website/docs/controls/container.md @@ -30,17 +30,17 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen -### Animate 1 +### Animate size and color -### Animate 2 +### Animate gradient and shape -### Animate 3 +### Animated slide-in menu diff --git a/website/docs/controls/contextmenu.md b/website/docs/controls/contextmenu.md index 4743331fe5..87f81047a4 100644 --- a/website/docs/controls/contextmenu.md +++ b/website/docs/controls/contextmenu.md @@ -7,7 +7,7 @@ title: "ContextMenu" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/cupertinoactionsheet/index.md b/website/docs/controls/cupertinoactionsheet/index.md index 95aa35417c..291da1f306 100644 --- a/website/docs/controls/cupertinoactionsheet/index.md +++ b/website/docs/controls/cupertinoactionsheet/index.md @@ -10,11 +10,11 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen # CupertinoActionSheet - + ## Examples -### Basic Example +### CupertinoActionSheet diff --git a/website/docs/controls/cupertinoactivityindicator.md b/website/docs/controls/cupertinoactivityindicator.md index eaced07a5b..80d0e63f6d 100644 --- a/website/docs/controls/cupertinoactivityindicator.md +++ b/website/docs/controls/cupertinoactivityindicator.md @@ -8,11 +8,11 @@ title: "CupertinoActivityIndicator" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### CupertinoActivityIndicator diff --git a/website/docs/controls/cupertinoappbar.md b/website/docs/controls/cupertinoappbar.md index 5f4a06b94a..77bf20ebae 100644 --- a/website/docs/controls/cupertinoappbar.md +++ b/website/docs/controls/cupertinoappbar.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### CupertinoAppBar diff --git a/website/docs/controls/cupertinobutton.md b/website/docs/controls/cupertinobutton.md index fc83c7afb7..4dbe6070f9 100644 --- a/website/docs/controls/cupertinobutton.md +++ b/website/docs/controls/cupertinobutton.md @@ -8,11 +8,11 @@ title: "CupertinoButton" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### CupertinoButton diff --git a/website/docs/controls/cupertinocheckbox.md b/website/docs/controls/cupertinocheckbox.md index bdf84927c8..3b64837ab4 100644 --- a/website/docs/controls/cupertinocheckbox.md +++ b/website/docs/controls/cupertinocheckbox.md @@ -8,7 +8,7 @@ title: "CupertinoCheckbox" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/cupertinocontextmenu/index.md b/website/docs/controls/cupertinocontextmenu/index.md index 7da8e4a0e4..ae0c9a6790 100644 --- a/website/docs/controls/cupertinocontextmenu/index.md +++ b/website/docs/controls/cupertinocontextmenu/index.md @@ -13,7 +13,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### CupertinoContextMenu diff --git a/website/docs/controls/cupertinodatepicker.md b/website/docs/controls/cupertinodatepicker.md index 4c95acf78b..f39f5bc223 100644 --- a/website/docs/controls/cupertinodatepicker.md +++ b/website/docs/controls/cupertinodatepicker.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### CupertinoDatePicker diff --git a/website/docs/controls/cupertinofilledbutton.md b/website/docs/controls/cupertinofilledbutton.md index ec760f4203..6681a4013d 100644 --- a/website/docs/controls/cupertinofilledbutton.md +++ b/website/docs/controls/cupertinofilledbutton.md @@ -8,11 +8,11 @@ title: "CupertinoFilledButton" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### CupertinoFilledButton diff --git a/website/docs/controls/cupertinolisttile.md b/website/docs/controls/cupertinolisttile.md index dd1bc7bcd0..d26d2d473f 100644 --- a/website/docs/controls/cupertinolisttile.md +++ b/website/docs/controls/cupertinolisttile.md @@ -8,7 +8,7 @@ title: "CupertinoListTile" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/cupertinonavigationbar.md b/website/docs/controls/cupertinonavigationbar.md index 6e7e1c9986..157fe6ad82 100644 --- a/website/docs/controls/cupertinonavigationbar.md +++ b/website/docs/controls/cupertinonavigationbar.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### CupertinoNavigationBar diff --git a/website/docs/controls/cupertinoradio.md b/website/docs/controls/cupertinoradio.md index 83d0db1f6c..e3c449b883 100644 --- a/website/docs/controls/cupertinoradio.md +++ b/website/docs/controls/cupertinoradio.md @@ -8,7 +8,7 @@ title: "CupertinoRadio" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/cupertinosegmentedbutton.md b/website/docs/controls/cupertinosegmentedbutton.md index 2b8ac9c5bf..6841188b63 100644 --- a/website/docs/controls/cupertinosegmentedbutton.md +++ b/website/docs/controls/cupertinosegmentedbutton.md @@ -8,11 +8,11 @@ title: "CupertinoSegmentedButton" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### CupertinoSegmentedButton diff --git a/website/docs/controls/cupertinoslider.md b/website/docs/controls/cupertinoslider.md index 089ef47f57..1ce4a27bc3 100644 --- a/website/docs/controls/cupertinoslider.md +++ b/website/docs/controls/cupertinoslider.md @@ -8,7 +8,7 @@ title: "CupertinoSlider" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/cupertinoslidingsegmentedbutton.md b/website/docs/controls/cupertinoslidingsegmentedbutton.md index c9c2b7872c..17afec8baa 100644 --- a/website/docs/controls/cupertinoslidingsegmentedbutton.md +++ b/website/docs/controls/cupertinoslidingsegmentedbutton.md @@ -8,11 +8,11 @@ title: "CupertinoSlidingSegmentedButton" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### CupertinoSlidingSegmentedButton diff --git a/website/docs/controls/cupertinoswitch.md b/website/docs/controls/cupertinoswitch.md index 3e5095e56a..d25225165b 100644 --- a/website/docs/controls/cupertinoswitch.md +++ b/website/docs/controls/cupertinoswitch.md @@ -8,7 +8,7 @@ title: "CupertinoSwitch" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/cupertinotextfield.md b/website/docs/controls/cupertinotextfield.md index b52ff227b1..1a82390a44 100644 --- a/website/docs/controls/cupertinotextfield.md +++ b/website/docs/controls/cupertinotextfield.md @@ -8,11 +8,11 @@ title: "CupertinoTextField" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### CupertinoTextField diff --git a/website/docs/controls/cupertinotimerpicker.md b/website/docs/controls/cupertinotimerpicker.md index d72e6fe475..70aa4d097b 100644 --- a/website/docs/controls/cupertinotimerpicker.md +++ b/website/docs/controls/cupertinotimerpicker.md @@ -12,7 +12,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### CupertinoTimerPicker diff --git a/website/docs/controls/cupertinotintedbutton.md b/website/docs/controls/cupertinotintedbutton.md index 507766d556..96c537703a 100644 --- a/website/docs/controls/cupertinotintedbutton.md +++ b/website/docs/controls/cupertinotintedbutton.md @@ -6,6 +6,6 @@ title: "CupertinoTintedButton" import {ClassMembers, ClassSummary} from '@site/src/components/crocodocs'; - + diff --git a/website/docs/controls/datatable/index.md b/website/docs/controls/datatable/index.md index 5fea793143..7b0241db26 100644 --- a/website/docs/controls/datatable/index.md +++ b/website/docs/controls/datatable/index.md @@ -9,11 +9,11 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen # DataTable - + ## Examples -### Basic Example +### DataTable diff --git a/website/docs/controls/datepicker.md b/website/docs/controls/datepicker.md index 39024e653f..a5f3910c60 100644 --- a/website/docs/controls/datepicker.md +++ b/website/docs/controls/datepicker.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### DatePicker diff --git a/website/docs/controls/daterangepicker.md b/website/docs/controls/daterangepicker.md index 5e22db4937..b03e51242b 100644 --- a/website/docs/controls/daterangepicker.md +++ b/website/docs/controls/daterangepicker.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### DateRangePicker diff --git a/website/docs/controls/divider.md b/website/docs/controls/divider.md index 8f118e94f3..710b34c366 100644 --- a/website/docs/controls/divider.md +++ b/website/docs/controls/divider.md @@ -8,11 +8,11 @@ title: "Divider" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### Divider diff --git a/website/docs/controls/dropdown/index.md b/website/docs/controls/dropdown/index.md index f82e2c3594..2d19583db2 100644 --- a/website/docs/controls/dropdown/index.md +++ b/website/docs/controls/dropdown/index.md @@ -9,7 +9,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen # Dropdown - + ## Examples diff --git a/website/docs/controls/dropdownm2.md b/website/docs/controls/dropdownm2.md index 6054c6d4b9..67d76bdcab 100644 --- a/website/docs/controls/dropdownm2.md +++ b/website/docs/controls/dropdownm2.md @@ -8,11 +8,11 @@ title: "DropdownM2" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### DropdownM2 diff --git a/website/docs/controls/expansionpanel.md b/website/docs/controls/expansionpanel.md index 1067a751de..1e88df11eb 100644 --- a/website/docs/controls/expansionpanel.md +++ b/website/docs/controls/expansionpanel.md @@ -6,6 +6,6 @@ title: "ExpansionPanel" import {ClassMembers, ClassSummary} from '@site/src/components/crocodocs'; - + diff --git a/website/docs/controls/expansionpanellist.md b/website/docs/controls/expansionpanellist.md index dcf0a2d569..c8e8fe7f33 100644 --- a/website/docs/controls/expansionpanellist.md +++ b/website/docs/controls/expansionpanellist.md @@ -8,11 +8,11 @@ title: "ExpansionPanelList" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### ExpansionPanelList diff --git a/website/docs/controls/expansiontile.md b/website/docs/controls/expansiontile.md index 36cbeffc26..45c900556a 100644 --- a/website/docs/controls/expansiontile.md +++ b/website/docs/controls/expansiontile.md @@ -7,11 +7,11 @@ title: "ExpansionTile" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### ExpansionTile diff --git a/website/docs/controls/filledbutton.md b/website/docs/controls/filledbutton.md index 0477879060..4a995e017e 100644 --- a/website/docs/controls/filledbutton.md +++ b/website/docs/controls/filledbutton.md @@ -8,11 +8,11 @@ title: "FilledButton" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### FilledButton diff --git a/website/docs/controls/fillediconbutton.md b/website/docs/controls/fillediconbutton.md index b9194aeb60..6724624edb 100644 --- a/website/docs/controls/fillediconbutton.md +++ b/website/docs/controls/fillediconbutton.md @@ -6,6 +6,6 @@ title: "FilledIconButton" import {ClassMembers, ClassSummary} from '@site/src/components/crocodocs'; - + diff --git a/website/docs/controls/filledtonalbutton.md b/website/docs/controls/filledtonalbutton.md index 91b92005a9..ed9a2ed08c 100644 --- a/website/docs/controls/filledtonalbutton.md +++ b/website/docs/controls/filledtonalbutton.md @@ -8,11 +8,11 @@ title: "FilledTonalButton" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### FilledTonalButton diff --git a/website/docs/controls/filledtonaliconbutton.md b/website/docs/controls/filledtonaliconbutton.md index 80d3478bdb..a8068ebf24 100644 --- a/website/docs/controls/filledtonaliconbutton.md +++ b/website/docs/controls/filledtonaliconbutton.md @@ -6,6 +6,6 @@ title: "FilledTonalIconButton" import {ClassMembers, ClassSummary} from '@site/src/components/crocodocs'; - + diff --git a/website/docs/controls/floatingactionbutton.md b/website/docs/controls/floatingactionbutton.md index b79b694e38..bcbb35dd82 100644 --- a/website/docs/controls/floatingactionbutton.md +++ b/website/docs/controls/floatingactionbutton.md @@ -8,7 +8,7 @@ title: "FloatingActionButton" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/gridview.md b/website/docs/controls/gridview.md index 0d95662b80..2eb36753fa 100644 --- a/website/docs/controls/gridview.md +++ b/website/docs/controls/gridview.md @@ -8,7 +8,7 @@ title: "GridView" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/hero.md b/website/docs/controls/hero.md index 511bc5ef4a..c6ed2f58b4 100644 --- a/website/docs/controls/hero.md +++ b/website/docs/controls/hero.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### Hero diff --git a/website/docs/controls/icon.md b/website/docs/controls/icon.md index 04676de4d2..8b30ab5e22 100644 --- a/website/docs/controls/icon.md +++ b/website/docs/controls/icon.md @@ -8,14 +8,14 @@ title: "Icon" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples To browse and visualize all available icons, visit our [icons browser](https://examples.flet.dev/icons_browser/) -### Basic Example +### Icon diff --git a/website/docs/controls/iconbutton.md b/website/docs/controls/iconbutton.md index 401062aacb..5361a8f956 100644 --- a/website/docs/controls/iconbutton.md +++ b/website/docs/controls/iconbutton.md @@ -8,7 +8,7 @@ title: "IconButton" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/image.md b/website/docs/controls/image.md index 02912e46de..7b1431cf11 100644 --- a/website/docs/controls/image.md +++ b/website/docs/controls/image.md @@ -8,7 +8,7 @@ title: "Image" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/listtile.md b/website/docs/controls/listtile.md index 683ecf5cdd..48cef1d00f 100644 --- a/website/docs/controls/listtile.md +++ b/website/docs/controls/listtile.md @@ -8,11 +8,11 @@ title: "ListTile" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### ListTile diff --git a/website/docs/controls/listview.md b/website/docs/controls/listview.md index dd3e1a0504..3bcf5d553d 100644 --- a/website/docs/controls/listview.md +++ b/website/docs/controls/listview.md @@ -8,7 +8,7 @@ title: "ListView" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/map/overlayimage.md b/website/docs/controls/map/overlayimage.md index 1efaee20c3..99a910c326 100644 --- a/website/docs/controls/map/overlayimage.md +++ b/website/docs/controls/map/overlayimage.md @@ -9,6 +9,6 @@ import {ClassAll, CodeExample} from '@site/src/components/crocodocs'; ## Examples -### Basic example +### OverlayImage diff --git a/website/docs/controls/map/overlayimagelayer.md b/website/docs/controls/map/overlayimagelayer.md index a78993eb87..c208176269 100644 --- a/website/docs/controls/map/overlayimagelayer.md +++ b/website/docs/controls/map/overlayimagelayer.md @@ -9,6 +9,6 @@ import {ClassAll, CodeExample} from '@site/src/components/crocodocs'; ## Examples -### Basic example +### OverlayImageLayer diff --git a/website/docs/controls/map/rotatedoverlayimage.md b/website/docs/controls/map/rotatedoverlayimage.md index 6027173d1e..d12eb4e3c7 100644 --- a/website/docs/controls/map/rotatedoverlayimage.md +++ b/website/docs/controls/map/rotatedoverlayimage.md @@ -9,6 +9,6 @@ import {ClassAll, CodeExample} from '@site/src/components/crocodocs'; ## Examples -### Basic example +### RotatedOverlayImage diff --git a/website/docs/controls/markdown.md b/website/docs/controls/markdown.md index e269de8388..b55155a7c6 100644 --- a/website/docs/controls/markdown.md +++ b/website/docs/controls/markdown.md @@ -8,11 +8,11 @@ title: "Markdown" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### Markdown diff --git a/website/docs/controls/menubar.md b/website/docs/controls/menubar.md index b726c0116f..cabf8a010a 100644 --- a/website/docs/controls/menubar.md +++ b/website/docs/controls/menubar.md @@ -7,7 +7,7 @@ title: "MenuBar" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/menuitembutton.md b/website/docs/controls/menuitembutton.md index a31f5ad309..b9701ab883 100644 --- a/website/docs/controls/menuitembutton.md +++ b/website/docs/controls/menuitembutton.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### MenuItemButton diff --git a/website/docs/controls/navigationbar/index.md b/website/docs/controls/navigationbar/index.md index d93593f17b..c022067060 100644 --- a/website/docs/controls/navigationbar/index.md +++ b/website/docs/controls/navigationbar/index.md @@ -13,7 +13,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### NavigationBar diff --git a/website/docs/controls/navigationrail/index.md b/website/docs/controls/navigationrail/index.md index 37902a3884..7c1a6a53d1 100644 --- a/website/docs/controls/navigationrail/index.md +++ b/website/docs/controls/navigationrail/index.md @@ -13,7 +13,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### NavigationRail diff --git a/website/docs/controls/outlinedbutton.md b/website/docs/controls/outlinedbutton.md index 0fdee29036..6922f96596 100644 --- a/website/docs/controls/outlinedbutton.md +++ b/website/docs/controls/outlinedbutton.md @@ -12,7 +12,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic example +### OutlinedButton diff --git a/website/docs/controls/pagelet.md b/website/docs/controls/pagelet.md index b89c5e6e8d..eca42ed8bb 100644 --- a/website/docs/controls/pagelet.md +++ b/website/docs/controls/pagelet.md @@ -7,11 +7,11 @@ title: "Pagelet" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic example +### Pagelet diff --git a/website/docs/controls/pageview.md b/website/docs/controls/pageview.md index e7598c82fa..a37182a16e 100644 --- a/website/docs/controls/pageview.md +++ b/website/docs/controls/pageview.md @@ -10,7 +10,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc ## Examples -### Basic Example +### PageView diff --git a/website/docs/controls/placeholder.md b/website/docs/controls/placeholder.md index f42c90ff35..9947174e93 100644 --- a/website/docs/controls/placeholder.md +++ b/website/docs/controls/placeholder.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### Placeholder diff --git a/website/docs/controls/popupmenubutton.md b/website/docs/controls/popupmenubutton.md index 4c7e9ffba6..8477d50fce 100644 --- a/website/docs/controls/popupmenubutton.md +++ b/website/docs/controls/popupmenubutton.md @@ -13,7 +13,7 @@ import {ClassAll, ClassMembers, ClassSummary, CodeExample, Image} from '@site/sr ## Examples -### Basic Example +### PopupMenuButton diff --git a/website/docs/controls/radio.md b/website/docs/controls/radio.md index b7f1b7fe9f..8a38aff136 100644 --- a/website/docs/controls/radio.md +++ b/website/docs/controls/radio.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### Radio diff --git a/website/docs/controls/rangeslider.md b/website/docs/controls/rangeslider.md index 40b2945921..6547a30bd3 100644 --- a/website/docs/controls/rangeslider.md +++ b/website/docs/controls/rangeslider.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### RangeSlider diff --git a/website/docs/controls/reorderabledraghandle.md b/website/docs/controls/reorderabledraghandle.md index f5a8fcd61b..11885cb044 100644 --- a/website/docs/controls/reorderabledraghandle.md +++ b/website/docs/controls/reorderabledraghandle.md @@ -12,7 +12,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### ReorderableDragHandle diff --git a/website/docs/controls/row.md b/website/docs/controls/row.md index acfb1410f7..e6ec3cf7d4 100644 --- a/website/docs/controls/row.md +++ b/website/docs/controls/row.md @@ -7,7 +7,7 @@ title: "Row" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/safearea.md b/website/docs/controls/safearea.md index 61147b5b84..65c4dea2a7 100644 --- a/website/docs/controls/safearea.md +++ b/website/docs/controls/safearea.md @@ -10,7 +10,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc ## Example -### Basic Example +### SafeArea diff --git a/website/docs/controls/searchbar.md b/website/docs/controls/searchbar.md index b59f0f1162..11f3a23249 100644 --- a/website/docs/controls/searchbar.md +++ b/website/docs/controls/searchbar.md @@ -7,11 +7,11 @@ title: "SearchBar" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### SearchBar diff --git a/website/docs/controls/segmentedbutton/index.md b/website/docs/controls/segmentedbutton/index.md index 32428eb06c..d89f604260 100644 --- a/website/docs/controls/segmentedbutton/index.md +++ b/website/docs/controls/segmentedbutton/index.md @@ -9,11 +9,11 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen # SegmentedButton - + ## Examples -### Basic Example +### SegmentedButton diff --git a/website/docs/controls/selectionarea.md b/website/docs/controls/selectionarea.md index 92ed6fabfa..675f0edbd4 100644 --- a/website/docs/controls/selectionarea.md +++ b/website/docs/controls/selectionarea.md @@ -12,7 +12,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### SelectionArea diff --git a/website/docs/controls/semantics.md b/website/docs/controls/semantics.md index 2bf73a7a31..7514ce968a 100644 --- a/website/docs/controls/semantics.md +++ b/website/docs/controls/semantics.md @@ -10,7 +10,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc ## Examples -### Basic Example +### Semantics diff --git a/website/docs/controls/shimmer.md b/website/docs/controls/shimmer.md index 9b7174d7a4..a97f9ec2f0 100644 --- a/website/docs/controls/shimmer.md +++ b/website/docs/controls/shimmer.md @@ -7,7 +7,7 @@ title: "Shimmer" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/slider.md b/website/docs/controls/slider.md index 3e8df57afa..a9758375b9 100644 --- a/website/docs/controls/slider.md +++ b/website/docs/controls/slider.md @@ -8,11 +8,11 @@ title: "Slider" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### Slider diff --git a/website/docs/controls/snackbar.md b/website/docs/controls/snackbar.md index f6c3280397..afc9dd0e83 100644 --- a/website/docs/controls/snackbar.md +++ b/website/docs/controls/snackbar.md @@ -12,7 +12,7 @@ import {ClassAll, ClassMembers, ClassSummary, CodeExample, Image} from '@site/sr ## Examples -### Basic Example +### SnackBar diff --git a/website/docs/controls/stack.md b/website/docs/controls/stack.md index 8745210f66..1930545977 100644 --- a/website/docs/controls/stack.md +++ b/website/docs/controls/stack.md @@ -7,7 +7,7 @@ title: "Stack" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/submenubutton.md b/website/docs/controls/submenubutton.md index cc270f7797..d335ef9928 100644 --- a/website/docs/controls/submenubutton.md +++ b/website/docs/controls/submenubutton.md @@ -12,7 +12,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### SubmenuButton diff --git a/website/docs/controls/switch.md b/website/docs/controls/switch.md index b84c222b04..9d067e8236 100644 --- a/website/docs/controls/switch.md +++ b/website/docs/controls/switch.md @@ -7,11 +7,11 @@ title: "Switch" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### Switch diff --git a/website/docs/controls/tabs/index.md b/website/docs/controls/tabs/index.md index aca666fc26..25a0ceabdf 100644 --- a/website/docs/controls/tabs/index.md +++ b/website/docs/controls/tabs/index.md @@ -10,11 +10,11 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen # Tabs - + ## Examples -### Basic Example +### Tabs diff --git a/website/docs/controls/text.md b/website/docs/controls/text.md index aeda4767c3..4b27fd87d1 100644 --- a/website/docs/controls/text.md +++ b/website/docs/controls/text.md @@ -8,7 +8,7 @@ title: "Text" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples diff --git a/website/docs/controls/textbutton.md b/website/docs/controls/textbutton.md index 1e9a664b5e..612a2848a4 100644 --- a/website/docs/controls/textbutton.md +++ b/website/docs/controls/textbutton.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### TextButton diff --git a/website/docs/controls/textfield.md b/website/docs/controls/textfield.md index c22f052ee8..52b3d4bb2c 100644 --- a/website/docs/controls/textfield.md +++ b/website/docs/controls/textfield.md @@ -8,11 +8,11 @@ title: "TextField" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples -### Basic Example +### TextField diff --git a/website/docs/controls/timepicker.md b/website/docs/controls/timepicker.md index 9f66d70e21..a6b714f018 100644 --- a/website/docs/controls/timepicker.md +++ b/website/docs/controls/timepicker.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### TimePicker diff --git a/website/docs/controls/verticaldivider.md b/website/docs/controls/verticaldivider.md index 2bd8463496..a4b63db0b7 100644 --- a/website/docs/controls/verticaldivider.md +++ b/website/docs/controls/verticaldivider.md @@ -11,7 +11,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen ## Examples -### Basic Example +### VerticalDivider diff --git a/website/docs/controls/video/index.md b/website/docs/controls/video/index.md index 7c798c31be..78f8977bba 100644 --- a/website/docs/controls/video/index.md +++ b/website/docs/controls/video/index.md @@ -97,7 +97,7 @@ sudo ln -s /usr/lib/x86_64-linux-gnu/libmpv.so /usr/lib/libmpv.so.1 ## Examples -### Basic +### Video diff --git a/website/docs/services/audio/index.md b/website/docs/services/audio/index.md index df826d6e3f..bdc119e1a2 100644 --- a/website/docs/services/audio/index.md +++ b/website/docs/services/audio/index.md @@ -67,7 +67,7 @@ for installing on other Linux distributions. ## Examples -### Basic example +### Audio diff --git a/website/docs/services/hapticfeedback.md b/website/docs/services/hapticfeedback.md index 56ea20572e..7a226dd05a 100644 --- a/website/docs/services/hapticfeedback.md +++ b/website/docs/services/hapticfeedback.md @@ -10,7 +10,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc ## Examples -### Basic Example +### Haptic feedback diff --git a/website/docs/services/shakedetector.md b/website/docs/services/shakedetector.md index 5cfae204cc..23f482e9ec 100644 --- a/website/docs/services/shakedetector.md +++ b/website/docs/services/shakedetector.md @@ -10,7 +10,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc ## Examples -### Basic Example +### ShakeDetector diff --git a/website/docs/services/sharedpreferences.md b/website/docs/services/sharedpreferences.md index 8f52baa708..53803b7f9a 100644 --- a/website/docs/services/sharedpreferences.md +++ b/website/docs/services/sharedpreferences.md @@ -10,7 +10,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc ## Examples -### Basic Example +### Shared preferences diff --git a/website/docs/services/storagepaths.md b/website/docs/services/storagepaths.md index 27c5ca2855..2aecaf2811 100644 --- a/website/docs/services/storagepaths.md +++ b/website/docs/services/storagepaths.md @@ -10,7 +10,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc ## Examples -### Basic Example +### Storage paths diff --git a/website/docs/services/urllauncher.md b/website/docs/services/urllauncher.md index 56306a612d..bfa6ab6364 100644 --- a/website/docs/services/urllauncher.md +++ b/website/docs/services/urllauncher.md @@ -10,7 +10,7 @@ import {ClassMembers, ClassSummary, CodeExample} from '@site/src/components/croc ## Examples -### Basic Example +### URL launcher diff --git a/website/docs/types/badge.md b/website/docs/types/badge.md index 0c71d5d98f..f75ac87ac8 100644 --- a/website/docs/types/badge.md +++ b/website/docs/types/badge.md @@ -7,7 +7,7 @@ title: "Badge" import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs'; - + ## Examples