Tencent / Tencent/tdesign-flutter
请更新主题生成器的功能,以便其支持圆角、尺寸、阴影等
Open
Nobody has claimed this yet.
2025_pre
- Dominant language
- Dart
- Stars
- 1.2k
- Forks
- 182
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 88
Description
这个功能解决了什么问题
目前的主题生成器仅能将颜色进行处理,但颜色对于实际UI界面起到的渲染能力有限。我们希望该生成器能够拓展官网上的其他UI设计,因为我注意到官网生成的css文件是包含这些内容的。例如圆角和阴影这两个设计在UI界面中是极为重要的,我们希望能够对其尽早进行支持。
你建议的方案是什么
优先拓展圆角和阴影这两个UI的生成方案,或提供一直其他方式的渲染可行性以供暂时使用。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the theme generator and reading how it currently processes colors. Compare its output with the website's generated CSS, especially the radius and shadow values shown in the issue. Done means the generator can produce rounded-corner and shadow settings through a documented, usable path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- design, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100