Skip to content

Conversation

@guyluz11
Copy link

@guyluz11 guyluz11 commented Jul 19, 2025

Support for TextAlign in node.
Lint some files.
Example adding more platforms support.

Description / 설명

Please provide a brief description of your changes.
변경사항에 대한 간단한 설명을 제공해주세요.

Type of Change / 변경 유형

Please check the relevant option:
해당되는 옵션을 선택해주세요:

  • 🐛 Bug fix / 버그 수정 (non-breaking change which fixes an issue)
  • ✨ New feature / 새로운 기능 (non-breaking change which adds functionality)
  • 💥 Breaking change / 호환성을 깨뜨리는 변경 (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update / 문서 업데이트
  • 🎨 Code style/formatting / 코드 스타일/포맷팅
  • ♻️ Code refactoring / 코드 리팩토링 (no functional changes)
  • ⚡ Performance improvement / 성능 개선
  • 🧪 Test coverage / 테스트 커버리지
  • 🔧 Tooling/Infrastructure / 도구/인프라

Related Issue / 관련 이슈

Fixes #(issue number)
If no issue exists, please create one first or explain why it's not needed.
이슈가 없다면 먼저 생성하거나 왜 필요하지 않은지 설명해주세요.
#11
#13

Changes Made / 변경사항

Please describe the changes you made:
수행한 변경사항을 설명해주세요:

  • Almost all of the file created were the effect of adding more platforms support for the example folder using the command flutter create --platforms=windows,macos,linux .
  • Linted some of the files, also reduced some lint warnings that were there before.
  • And the most important part, I have added an align text for node support

Testing / 테스트

Please describe the tests that you ran to verify your changes:
변경사항을 검증하기 위해 실행한 테스트를 설명해주세요:

  • Unit tests / 단위 테스트
  • Integration tests / 통합 테스트
  • Manual testing / 수동 테스트
  • Example app testing / 예제 앱 테스트

Test Platforms / 테스트 플랫폼

Please check the platforms you tested on:
테스트한 플랫폼을 선택해주세요:

  • Android
  • iOS
  • Web
  • Windows
  • macOS
  • Linux

Screenshots / 스크린샷

If applicable, add screenshots to help explain your changes.
해당되는 경우, 변경사항을 설명하는 스크린샷을 추가해주세요.

image and image

Checklist / 체크리스트

Please check all that apply:
해당되는 모든 항목을 확인해주세요:

  • My code follows the style guidelines / 코드가 스타일 가이드라인을 따릅니다
  • I have performed a self-review of my own code / 자체 코드 리뷰를 수행했습니다
  • I have commented my code, particularly in hard-to-understand areas / 이해하기 어려운 부분에 주석을 달았습니다
  • I have made corresponding changes to the documentation / 문서에 해당 변경사항을 반영했습니다
  • My changes generate no new warnings / 변경사항으로 인한 새로운 경고가 없습니다
  • I have added tests that prove my fix is effective or that my feature works / 수정사항이나 기능이 작동함을 증명하는 테스트를 추가했습니다
  • New and existing unit tests pass locally with my changes / 새로운 테스트와 기존 테스트가 로컬에서 통과합니다

Breaking Changes / 호환성을 깨뜨리는 변경사항

If this is a breaking change, please describe what breaks and how to migrate:
호환성을 깨뜨리는 변경사항이라면, 무엇이 깨지는지와 마이그레이션 방법을 설명해주세요:

Additional Notes / 추가 참고사항

Any additional information that reviewers should know:

@guyluz11 guyluz11 requested a review from devpark435 as a code owner July 19, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant