Commit 27e0656
authored
Reverts "TreeSliver & associated classes (flutter#147171)" (flutter#149754)
Reverts: flutter#147171
Initiated by: QuncCccccc
Reason for reverting: tree is red due to a test in this PR
Original PR Author: Piinks
Reviewed By: {QuncCccccc, TahaTesser, bleroux}
This change reverts the following previous change:
**FYI for Reviewers:** Much of the API surface matches that of the 2D TreeView in flutter/packages#6592. If it changes here, it should change there, and vice versa.
📜 [Design Document](https://docs.google.com/document/d/1-aFI7VjkF9yMkWpP94J8T_JREDS-M3bOak26PVehUYg/edit?usp=sharing)
This adds classes and associated callbacks and controllers for TreeSliver. Core components:
- TreeSliver
- RenderTreeSliver
- TreeSliverNode
- TreeSliverController
- TreeSliverStateMixin
- TreeSliverIndentationType
Fixes flutter#114299
https://github.com/flutter/flutter/assets/16964204/3facd095-7262-4068-aa33-d713e2deca99
https://github.com/flutter/flutter/assets/16964204/f851ae30-8e71-45c7-82a4-9606986a58721 parent 39472d9 commit 27e0656
File tree
11 files changed
+0
-3326
lines changed- examples/api
- lib/widgets/sliver
- test/widgets/sliver
- packages/flutter
- lib
- src
- rendering
- widgets
- test
- rendering
- widgets
11 files changed
+0
-3326
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments