feat: add naked field - #67
Draft
leoafarias wants to merge 8 commits into
Draft
Conversation
Contributor
LCOV of commit
|
Contributor
LCOV of commit
|
Contributor
LCOV of commit
|
leoafarias
marked this pull request as draft
July 14, 2026 00:56
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.
Summary
NakedFieldscope whose canonical label, description, required, validation, error, enabled, and read-only metadata land on the native text-field semantics nodeActive contract: https://github.com/btwld/naked_ui/blob/feat/naked-components-foundation/plan/phases/03-field.md
Review and simplification
Independent review rejected extra production listener machinery after reproducing the real web failure as stale test-input attachment. The production implementation remains small and Flutter-owned; the test now refocuses the editable control before the second transition and records completed semantics updates directly. Cleanup is idempotent and the final RTL fixture scopes only English explanatory copy LTR while Arabic Field metadata remains RTL.
Verification
c1a8073a4312217b1439e4217c6945a0a720b033Reviewed visual evidence
naked_field__invalid.png259aa87e0a010bc00d8cbaa8dfafa71581f6a675bc9420a8ae3dba24f36f7b35field__required_invalid__macos__reference.pngb502e06c2d61cf1734e4294e1a3be3dbc24fab61783d0fe8b061fb2adacaf720field__rtl__macos__reference.png78e1bd9d505e136a0e60e46afaba38f0f88670e8adccd4df9da2efe0659c5e3dfield__disabled_readonly_200__android__reference.png247dc12b2725bc102625438b1f8ff644ca4cd29b27e7fd02f8e66f81777c8d50Remaining blockers before accessibility closure
D-08/D-09 are implemented as approved. Generic-field control composition remains deferred and unexported.