caduandrade / multi_split_view

Provides horizontal or vertical multiple split view for Flutter.
https://caduandrade.github.io/multi_split_view/
MIT License
129 stars 24 forks source link

Facilitate the use of MultiSplitView in StatelessWidget in order to maintain the state of weights. #12

Closed caduandrade closed 2 years ago

caduandrade commented 2 years ago

The weights parameter must be changed to initialWeights. The controller instance in MultiSplitView will be always the same. The weights will be changed only if the new widgets provides a new initialWeights.