Merged
Conversation
- 최신 Flutter SDK에서 AutovalidateMode enum 확장 가능성에 대응합니다. - TextField와 TextArea의 기본 검증 분기를 동일하게 정리합니다. Co-authored-by: OpenAI Codex <codex@openai.com>
|
🎨 Widgetbook Preview 🧭 Branch: 💡 This preview will be updated automatically when you push new commits. |
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.
변경 요약
WdsTextField의AutovalidateModeswitch 기본 분기를_패턴으로 변경했습니다.WdsTextArea에도 동일한 처리를 적용해 enum 확장 시 컴파일 이슈를 피하도록 맞췄습니다.테스트/검증 결과
dart_mcp analyze_files로 아래 파일 정적 분석 통과packages/components/lib/src/text_field/wds_text_field.dartpackages/components/lib/src/text_area/wds_text_area.dart주의사항 또는 후속 작업
.fvmrc,.vscode/settings.json의 로컬 환경 변경은 이번 PR에 포함하지 않았습니다.