Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/examples/apps/greeter/basic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/examples/apps/router/basic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dev = [
]

[tool.flet.metadata]
title = "Basic Counter"
title = "Counter"

[tool.flet.gallery]
categories = ["Getting Started"]
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/examples/apps/timer/basic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"]
categories = ["Layout/Pagelet"]

[tool.flet.metadata]
title = "Basic"
title = "Pagelet"
controls = [
"Pagelet",
"SafeArea",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dev = ["flet-cli", "flet-desktop", "flet-web"]
categories = ["Layout/RotatedBox"]

[tool.flet.metadata]
title = "Basic"
title = "RotatedBox"
controls = [
"SafeArea",
"Column",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading
Loading