Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
br_video_player-v2.10.0_ohos
flutter_packages
/
packages
/
two_dimensional_scrollables
/
example
/
linux
下载当前目录
G
GitHub
[two_dimensional_scrollables] TableView (
#4536
)
4c16f3ef
创建于
2023年8月18日
历史提交
文件
最后提交记录
最后更新时间
flutter
[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 年前
main.cc
[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 年前
my_application.cc
[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 年前
my_application.h
[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 年前