docking 1.10.0 docking: ^1.10.0 copied to clipboard
Flutter layout for placing widgets in docking areas and arrange them into split and tabbed views.
1.10.0 #
DockingItem
- Allow changing attributes.
- The
clone
method has been removed.
DockingLayout
- New method:
findDockingItem
.
- New method:
1.9.0 #
DockingRow
,DockingColumn
andDockingTabs
- New optional constructor parameters:
size
,weight
,minimalWeight
andminimalSize
- New optional constructor parameters:
1.8.0 #
DockingArea
- Allowing to configure the initial and minimum size and weight.
1.7.0 #
multi_split_view
dependency updated to 2.3.1Docking
- New parameter:
antiAliasingWorkaround
.
- New parameter:
- Bugfix
- The anti-aliasing workaround is clipping a pixel.
1.6.0 #
multi_split_view
dependency updated to 2.2.0tabbed_view
dependency updated to 1.16.0- Exporting dependencies
tabbed_view
andmulti_split_view
along with this package. - Item leading widget.
1.5.0 #
tabbed_view
dependency updated to 1.15.0
1.4.1+1 #
tabbed_view
dependency updated to 1.14.0+1
1.4.1 #
- Bugfix
- Maximizing DockingItem disposes DockingItem's where keepAlive is set true.
tabbed_view
dependency updated to 1.14.0
1.4.0 #
- New
Docking
parameter:maximizableTabsArea
Docking.maximizableTabs
parameter has been renamed toDocking.maximizableTab
- Bugfix
- Non maximizable
DockingItem
can be maximized.
- Non maximizable
1.3.0 #
- Allow changing DockingLayout root.
- Bugfix
- Memory leak in DockingLayout listeners.
tabbed_view
dependency updated to 1.13.0+1multi_split_view
dependency updated to 2.1.0
1.2.0+1 #
- Updating the README
1.2.0 #
multi_split_view
dependency updated to 1.11.0
1.1.0 #
multi_split_view
dependency updated to 1.9.0
1.0.0 #
- Feature to maximize docking areas
0.6.1 #
multi_split_view
dependency updated to 1.7.2
0.6.0 #
- Feature to keep the state alive
DockingButtonsBuilder
typedef
0.5.0 #
- Dynamic value in
DockingItem
- Non-Closable
DockingItem
DockingItem
- selection listener
- close listener
- close interceptor
- buttons
0.4.0 #
- Method to add item
- Keep the row and column children's weight, and the selected tab's index after rearranging the layout
0.3.0 #
- Method to remove item
0.2.0 #
- Drag and Drop
0.1.0 #
- Docking layout
- Docking areas
- Initial version of drag and drop areas
0.0.1 #
- Package creation