- Bugfix
- Divider flickering when dragging
- Ignoring the initial weights when their sum is less than 1
- Error when initializing weights with a constant
- Bugfix/Enhancement
- Prevent MultiSplitViewController sharing between MultiSplitView instances to avoid unstable state
- API changes
- MultiSplitViewTheme has been added following the same pattern used by Flutter's Theme
- Divider configurations has been moved to MultiSplitViewThemeData
- Adding the
key
parameter to the constructor
- Removing a print (how embarrassing)
- Moving the Demo project to another repository
- Painter for the highlighted divider (under the cursor)
- Bugfix
- Insufficient space for widgets
- Online demo
- Option to disable resizing
- The default divider color has been changed to null (transparent)
- Customizable painter for the divider
- Bugfix
- Divider color also sets the background color
- Allow to set minimum child size in pixels
- Fixing the README
- Fixing the README
- Replacing bool primitive with the Axis class
- Null safety
- WeightController renamed to MultiSplitViewController
- Adding content to the README
- Adding example
- Initial version