macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.82k stars 178 forks source link

remove setState call in the ResizablePane didUpdateWidget method #260

Closed bit-burger closed 2 years ago

bit-burger commented 2 years ago

Removing as documentation states, that after didUpdateWidget is called, setState is also called.

The call is therefore unnecessary and should be removed.

GroovinChip commented 2 years ago

@bit-burger Thanks for the PR. What "documentation" are you referring to?

GroovinChip commented 2 years ago

Closing due to inactivity.