Renamed titles of basic examples#6535
Merged
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…itles Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying flet-website-v2 with
|
| Latest commit: |
1c2f131
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2557075f.flet-website-v2.pages.dev |
| Branch Preview URL: | https://inesa-rename-example-apps.flet-website-v2.pages.dev |
ndonkoHenri
reviewed
May 29, 2026
| ## Examples | ||
|
|
||
| ### Basic example | ||
| ### Audio |
Contributor
There was a problem hiding this comment.
Using the Control's name as title here, doesnt seem that right to me. Why not maybe use the metadata title?
flet/sdk/python/examples/extensions/audio/example_1/pyproject.toml
Lines 16 to 17 in 53da935
Btw, in addition to renaming the "basic" examples, I am thinking we could also rename the "example_x" folders, for example, in this case we have "audio/example_1", which could be renamed to something better, like the above metadata title.
Contributor
There was a problem hiding this comment.
Yep, both example auto-titles and folder renamings are coming in the next PR.
FeodorFitsner
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Test code
# Minimal test/reproduction code for reviewers, if applicable.Type of change
Checklist
website/sidebars.ymlfor breaking changes, removals, and deprecations, if applicable.Screenshots
Additional details
Summary by Sourcery
Standardize example titles and captions across docs and Python example metadata to use descriptive, control-specific names instead of generic 'Basic' or numbered labels.
Documentation:
Chores: