xyz_pod 0.43.2 xyz_pod: ^0.43.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.43.2] #
- Released @ 2024-07-28 04:27:46.374925Z
- refactor: Move static constructors from ChildPod to Pod and update comments
- refactor: Update readme
-
- refactor: Update readme
[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