Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

flet

flet contient 16 skills collectées depuis flet-dev, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
16
Stars
16.4k
mis à jour
2026-06-18
Forks
664
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

implement-flet-extension
Développeurs de logiciels

Implement a new Flet extension/control that wraps a third-party Flutter package end-to-end, including dependency selection, version pinning, compatibility checks, Python/Flutter integration, docs, examples, tests, and CI updates. Use when adding any flet_* package backed by an external pub.dev package.

2026-06-18
flet-deprecation
Développeurs de logiciels

Use when adding or changing deprecations for Python controls/APIs in sdk/python/packages/, including V.deprecated fields, deprecated decorators, version lifecycle, and docs admonitions/labels.

2026-05-25
prepare-flet-release
Développeurs de logiciels

Use when asked to prepare new Flet release by bumping versions and author release notes.

2026-05-25
test-flet-apps-dev
Analystes en assurance qualité des logiciels et testeurs

Use when testing or debugging Flet apps in maintainer/contributor development mode with local Python package sources and the local Flutter client, including web, desktop, browser, and computer-use verification workflows.

2026-05-06
docs-conventions
Développeurs de logiciels

Use when writing or reviewing Flet documentation, including Python docstrings (Google style, reST roles, admonitions), Markdown docs (cross-references, images, code examples), and sidebar navigation.

2026-05-06
write-changelog-entry
Développeurs de logiciels

Use when asked to add, revise, or review a changelog or release-notes entry in this repo. Inspect the existing changelog section style and the relevant PR, issue, and commit context first, then write a focused entry in the correct release section without overstating docs, tests, or chores unless they are the primary user-facing change.

2026-05-01
flet-validation
Développeurs de logiciels

Use whenever editing validation for Python controls in sdk/python/packages/: adding/changing constrained properties, `Raises: ValueError` docstrings, `before_update()` checks, `raise ValueError`, Annotated/V rules, or __validation_rules__.

2026-05-01
update-flet-control-doc-gifs
Analystes en assurance qualité des logiciels et testeurs

Create or update Flet control screenshots and GIFs that are generated from integration tests and shown in docs. Use when working on `sdk/python/packages/flet/integration_tests/examples`, refreshing static or interactive golden screenshots, or replacing old example media images or GIFs with generated test assets.

2026-04-24
flet-release-announcement
Écrivains et auteurs

Create or update a Flet release announcement blog post from changelog notes, matching existing /blog style. Use when asked to draft, plan, or revise posts like "Flet X.Y.Z release announcement" with major feature sections, screenshots, code samples, upgrade instructions (pip and uv/pyproject.toml), and a compact "other changes" summary.

2026-04-24
create-flet-control-integration-tests
Analystes en assurance qualité des logiciels et testeurs

Use when asked to create or update integration tests for any Flet control in sdk/python/packages/flet/integration_tests, including visual goldens and interactive behavior tests.

2026-04-07
create-flet-example-projects
Développeurs de logiciels

Use when asked to create Flet example projects from flat .py files with main.py and pyproject.toml metadata for Gallery/MCP indexing.

2026-04-07
docs-build-and-verify
Développeurs de logiciels

Use when asked to build, preview, or verify the Flet documentation website, including checking for broken links, broken images, and unresolved reST cross-references.

2026-04-07
fix-members-short-description
Développeurs de logiciels

Use when asked to fix short descriptions of Python type members.

2026-04-07
imperative-to-declarative-flet
Développeurs de logiciels

Convert an imperative Flet Python app in which controls are mutated and then page.update is called to declarative style using flet.component, flet.observable and state hooks.

2026-04-07
run-integration-tests
Analystes en assurance qualité des logiciels et testeurs

Use when asked to run integration tests.

2026-04-07
run-unit-tests
Analystes en assurance qualité des logiciels et testeurs

Use when asked to run unit tests.

2026-04-07