desktop_split_pane 1.0.1
desktop_split_pane: ^1.0.1 copied to clipboard
A Split Pane implementation for flutter desktop and web.
1.0.0 #
- Supports Hot Reload (which wasn't supported by good old resizable_widget)
- Animated Resizing
- Auto resize on app window resize
- Customize Separator Thickness and Color
- States are public to support explicit widget rebuilds (just call
rebuild()on state)
1.0.1 #
- Now, Supports hot reload completely.
- You can now remove and add widgets during runtime without needing a hot restart.
- This property is very useful for showing side panes and hiding them later.
onResize(widths/heights)function added to listen to resize events.