Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop nullsafety #130

Merged
merged 20 commits into from
Sep 8, 2023
Merged

Develop nullsafety #130

merged 20 commits into from
Sep 8, 2023

Conversation

talisk
Copy link
Member

@talisk talisk commented Sep 8, 2023

Describe what problem this pull request solves and how to solve it. If there is an issue associated with it, please attach a link.

请描述这个 pull request 解决了什么问题,以及解决方式。如果有与之关联的 issue,请附链接。

Pull Request Checklist

  • I have read the UME contribution document and understand how to contribute, commit the code according to the rules. 我已阅读过 UME 贡献文档,并了解如何进行贡献,按照规则提交了代码
  • I have added the necessary comments in code to ensure that other contributors can understand the reason for the change. 我在修改中已经添加了必要的注释,以确保便于其他贡献者理解修改原因
  • The code has been formatted by dartfmt before push. 代码在提交前已经经过 dartfmt 进行了格式化
  • Change does not involve the adjustment of test cases. Or all existing and new tests are passing. 改动不涉及测试用例调整,或 example 工程与单元测试已经完全跑通

If you need help, consider Join ing the ByteDance Flutter Exchange Group.

如有任何问题,可以加入字节跳动 Flutter 交流群

Or contact author.

或随时联系开发者

smileShirely and others added 20 commits August 10, 2021 17:23
* 🚑️ Inject UME with a const widget

* ✅ Replace deprecated usage in root widget test

* ✅ Fix root widget test

* Update lib/core/ui/root_widget.dart

* ✏️ `enabled` -> `enable`
* feat: support NestedWidget. Add new tools

* fix: oversight

* fix: dependency cyclop with git http protocol
Co-authored-by: talisk <talisk@talisk.cn>
# Conflicts:
#	.github/workflows/coverage.yml
#	CHANGELOG_en.md
#	README.md
#	README_en.md
#	kits/flutter_ume_kit_ui/lib/components/color_picker/color_picker.dart
#	kits/flutter_ume_kit_ui/lib/components/color_picker/icon.dart
#	kits/flutter_ume_kit_ui/lib/components/touch_indicator/icon.dart
#	kits/flutter_ume_kit_ui/lib/components/touch_indicator/touch_indicator.dart
#	kits/flutter_ume_kit_ui/pubspec.yaml
#	lib/core/ui/root_widget.dart
#	pubspec.yaml
@talisk talisk merged commit bebd883 into master Sep 8, 2023
4 of 5 checks passed
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.

3 participants