split_view 2.0.0
split_view: ^2.0.0 copied to clipboard
This wedget provides horizontal or vertical split view for flutter.
2.0.0 #
- Migrate to null safety
1.0.4.+1 #
- Add identifier field to read/writeState methods. In order to identify the weight of each Splitview.
1.0.4 #
- Add key field to SplitView's constructor in order to save the split bar position.
1.0.3+1 #
- Fix bug.
1.0.3 #
- For Positioned widgets that wrap view1 and view2, adjust either the left, right, bottom, or top fields, taking into account widget.gripSize. (cedarbob)
1.0.2 #
- Set mouse cursor for Desktop & Web (jpnurmi)
1.0.1 #
- Add weight change event
1.0.0 #
- Change version number
- Modify description in pubspec.yaml
0.0.1 #
- Initial Release