xyz_pod 0.43.0 xyz_pod: ^0.43.0 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.0] #
- Released @ 2024-07-27 17:29:46.293137Z
- 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