xyz_pod 0.45.2 xyz_pod: ^0.45.2 copied to clipboard
This package simplifies state management in Flutter applications and is well-suited for use with a Modular Services State Management (MSSM) pattern.
Changelog #
[0.45.1] #
- Released @ 2024-07-28 07:21:19.009026Z
- chore: Update BindWithMixin to return ValueNotifier in bind method
[0.45.0] #
- Released @ 2024-07-28 07:17:41.670789Z
- chore: Update BindWithMixin to use ValueNotifier instead of Pod
[0.44.0] #
- Released @ 2024-07-28 06:54:01.784760Z
- chore: Add BindWithMixin to facilitate auto-disposal of Pods when the classes they're binded with dispose
[0.43.2] #
- Released @ 2024-07-28 04:30:25.278266Z
- refactor: Move static constructors from ChildPod to Pod and update comments
- chore: Update readme with a list of TODOs
[0.43.1] #
- Released @ 2024-07-27 17:35:40.894374Z
- fix: Fix type casting issue in ChildPod
[0.43.0] #
- Released @ 2024-07-27 17:34:44.653531Z
- refactor: Add static factory methods to ChildPod for reducing multiple Pods into a single ChildPod instance
[0.42.0] #
- Released @ 2024-07-27 17:05:53.656333Z
- refactor: Update Pod.map and Pod.mapToTemp to return ChildPod instead of Pod
- refactor: Update Pod reducers to support mapping multiple Pods into a single Pod
[0.41.0] #
- Released @ 2024-07-27 15:56:48.998275Z
- refactor: Update ChildPod class to support multiple parents
[0.40.0] #
- Released @ 2024-07-27 15:29:53.940834Z
- chore: Add ChildPod class for managing child pods in Pod
- chore: Update documentation links in README.md