File tree
8 files changed
+19
-140
lines changed- example
- lib/trees
- lib
- src
8 files changed
+19
-140
lines changedDiff for: .gitignore
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + |
Diff for: example/.flutter-plugins
-8
This file was deleted.
Diff for: example/.flutter-plugins-dependencies
-1
This file was deleted.
Diff for: example/lib/trees/tree_from_json.dart
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
73 | 80 |
| |
74 | 81 |
| |
75 | 82 |
| |
|
Diff for: example/pubspec.lock
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Diff for: lib/flutterflow_tree_view.dart
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
|
Diff for: lib/src/node_widget.dart
-113
This file was deleted.
Diff for: lib/src/tree_view.dart
+9-16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 | 4 |
| |
7 | 5 |
| |
8 | 6 |
| |
| |||
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
15 |
| - | |
| 13 | + | |
16 | 14 |
| |
17 | 15 |
| |
18 | 16 |
| |
19 | 17 |
| |
20 |
| - | |
| 18 | + | |
21 | 19 |
| |
22 | 20 |
| |
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
26 | 24 |
| |
27 |
| - | |
28 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
29 | 28 |
| |
30 | 29 |
| |
31 | 30 |
| |
| |||
35 | 34 |
| |
36 | 35 |
| |
37 | 36 |
| |
38 |
| - | |
39 |
| - | |
| 37 | + | |
40 | 38 |
| |
41 | 39 |
| |
42 | 40 |
| |
43 | 41 |
| |
44 | 42 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
53 | 46 |
| |
54 | 47 |
| |
55 | 48 |
|
0 commit comments