chore: 更新依赖环境要求 flutter >=3.32.0,dart >=3.8.0#957
Open
runoob-coder wants to merge 9 commits into
Open
Conversation
- 更新示例项目 `l10n.yaml` 配置文件中的 `synthetic-package` 注释说明 - 升级项目环境依赖sdk版本至 `3.8.0` - 升级Flutter框架依赖版本至 `3.32.0`
Contributor
📱 APK 下载 |
- `context: _` 不能传递占位符,要改为 `context: context`
Member
|
|
- 调整Calendar组件中CalendarBuilder和CalendarFormat的顺序 - 将Checkbox组件的OnGroupChange和OnCheckBoxGroupChange类型定义移至正确位置 - 重新排列Table组件中SelectableFunc和RowCheckFunc的定义顺序 - 调整Tabs组件中TTabBarOutlineType枚举值的位置 - 将TimeCounter组件中TTimeCounterStatus枚举值移至正确位置并修正描述
- 将 homepage 链接更新为官方文档地址 - 添加 documentation 字段指向 Flutter 组件库文档 - 添加 repository 字段指向 GitHub 仓库地址 - 添加 issue_tracker 字段指向问题跟踪地址 - 添加 topics 标签包括 user-interface、design-system 等关键词 - 保持原有环境配置不变
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.

🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
l10n.yaml配置文件中的synthetic-package注释说明3.8.03.32.0fix: 修复了参数传递和方法调用的一致性问题
context: _不能传递占位符,要改为context: context📝 更新日志
>=3.32.0,dart>=3.8.0☑️ 请求合并前的自查清单
组件类名: 修改描述(示例:TBottomTabBar: 修复iconText模式,底部溢出2.5像素)