xyz_pod 0.12.3 xyz_pod: ^0.12.3 copied to clipboard
XYZ Pod is a Flutter package designed to streamline and enhance state management in Flutter applications. It's based on Flutter's ValueNotifier.
Changelog #
[Unreleased] #
- Initial planning and design of the project.
[0.1.0] #
Added #
Pod
class for flexible state management with notification capabilities.PodBuilder
widget for building UIs in response toPod
changes.PodListBuilder
for managing and responding to changes in a list ofPod
objects.MultiPodBuilder
for handling complex state scenarios with multiplePod
objects.Pods
class to encapsulate up to 26Pod
objects of different types.- Comprehensive documentation and examples for each component.
- Unit tests for key functionalities.
[0.1.3] #
[0.3.2] #
[0.4.2] #
[0.6.1] #
[0.7.2] #
Changed #
- Default constructors to named constructors (
.def
). .value
/.values
constructors to default constructors.- Updated
README.md
andPodChainBuilder
toStatefulWidget
. - All builders can now return
null
for aSizedBox.shrink()
.
Removed #
Pods
andMultiPodBuilder
classes.- Commented out
ChainPod
class.
Fixed #
- Typos in
README.md
and type bug withPodListBuilder
.