docking 1.10.0 copy "docking: ^1.10.0" to clipboard
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.

1.9.0 #

  • DockingRow, DockingColumn and DockingTabs
    • New optional constructor parameters: size, weight, minimalWeight and minimalSize

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.1
  • Docking
    • New parameter: antiAliasingWorkaround.
  • Bugfix
    • The anti-aliasing workaround is clipping a pixel.

1.6.0 #

  • multi_split_view dependency updated to 2.2.0
  • tabbed_view dependency updated to 1.16.0
  • Exporting dependencies tabbed_view and multi_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 to Docking.maximizableTab
  • Bugfix
    • Non maximizable DockingItem can be maximized.

1.3.0 #

  • Allow changing DockingLayout root.
  • Bugfix
    • Memory leak in DockingLayout listeners.
  • tabbed_view dependency updated to 1.13.0+1
  • multi_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
49
likes
0
pub points
78%
popularity

Publisher

verified publishercaduandrade.net

Flutter layout for placing widgets in docking areas and arrange them into split and tabbed views.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, multi_split_view, tabbed_view

More

Packages that depend on docking