visibility_aware_state 1.0.5 visibility_aware_state: ^1.0.5 copied to clipboard
A state for StatefulWidgets that is aware of its visibility.
Changelog #
[1.0.5] - 11.07.2022 #
- Fix: _LinkedHashSetMixin.last(_LinkedHashSetMixin.java)
- Warning fixed: WidgetsBinding.instance instead WidgetsBinding.instance!
[1.0.3] - 29.04.2021 #
- Bug fix: Stack is empty at first start, so do not ask for last
[1.0.2] - 19.03.2021 #
- Bug fix: Make check on stack if not empty before removing widgets from stack
- dartfmt formattings
[1.0.1] - 18.03.2021 #
- Fix if multiple widgets use this plugin at the same time
- Disable debugPrints by default but can be enabled if required
[1.0.0] - 04.03.2021 #
- Null safety
[0.9.2] - 27.02.2021 #
- Added method
bool isVisible()
- Improved documentation
[0.9.1] - 27.02.2021 #
- Added documentation
[0.9.0] - 27.02.2021 #
- First version of the visibility-aware state.