Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
br_video_player-v2.10.0_ohos
flutter_packages
/
packages
/
two_dimensional_scrollables
/
example
/
windows
下载当前目录
G
GitHub
[various] Commit Windows build migrations (
#6175
)
ccb27be4
创建于
2024年2月22日
历史提交
文件
最后提交记录
最后更新时间
flutter
[various] Commit Windows build migrations (
#6175
) Commits the changes caused by building all examples for Windows with a recent version of Flutter, to minimize noise in CI logs and local builds. All changes are entirely tool-generated.
2 年前
runner
[two_dimensional_scrollables] TableView (
#4536
) Design doc: [flutter.dev/go/table-view](
https://docs.google.com/document/d/15ecTZE1g3WeswLGFWrnEgMP6SyL6jDRdxOgPsczOcV0/edit?usp=sharing&resourcekey=0-yNd_qFhiPjz6z2TgezWc0A)
Fixes
https://github.com/flutter/flutter/issues/87370
Fixes
https://github.com/flutter/flutter/issues/30770
This adds a new package:
two_dimensional_scrollables
- a package for widgets that scroll in two dimensions. The first widget in the collection here is TableView.
https://github.com/flutter/packages/assets/16964204/8103001a-77dc-489f-9e75-278972f66f30
TableView is built on top of the 2D scrolling foundation that lives in the Flutter framework. Other widgets that will be included in this package in the future are TreeView and TreeTableView.
2 年前
.gitignore
[two_dimensional_scrollables] TableView (
#4536
) Design doc: [flutter.dev/go/table-view](
https://docs.google.com/document/d/15ecTZE1g3WeswLGFWrnEgMP6SyL6jDRdxOgPsczOcV0/edit?usp=sharing&resourcekey=0-yNd_qFhiPjz6z2TgezWc0A)
Fixes
https://github.com/flutter/flutter/issues/87370
Fixes
https://github.com/flutter/flutter/issues/30770
This adds a new package:
two_dimensional_scrollables
- a package for widgets that scroll in two dimensions. The first widget in the collection here is TableView.
https://github.com/flutter/packages/assets/16964204/8103001a-77dc-489f-9e75-278972f66f30
TableView is built on top of the 2D scrolling foundation that lives in the Flutter framework. Other widgets that will be included in this package in the future are TreeView and TreeTableView.
2 年前
CMakeLists.txt
[two_dimensional_scrollables] TableView (
#4536
) Design doc: [flutter.dev/go/table-view](
https://docs.google.com/document/d/15ecTZE1g3WeswLGFWrnEgMP6SyL6jDRdxOgPsczOcV0/edit?usp=sharing&resourcekey=0-yNd_qFhiPjz6z2TgezWc0A)
Fixes
https://github.com/flutter/flutter/issues/87370
Fixes
https://github.com/flutter/flutter/issues/30770
This adds a new package:
two_dimensional_scrollables
- a package for widgets that scroll in two dimensions. The first widget in the collection here is TableView.
https://github.com/flutter/packages/assets/16964204/8103001a-77dc-489f-9e75-278972f66f30
TableView is built on top of the 2D scrolling foundation that lives in the Flutter framework. Other widgets that will be included in this package in the future are TreeView and TreeTableView.
2 年前