xyz_pod 0.4.2
xyz_pod: ^0.4.2 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 #
All notable changes to the XYZ Pod project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
- Initial planning and design of the project.
0.1.0 [2023-12-05] #
Added #
Podclass for flexible state management with notification capabilities.PodBuilderwidget for building UIs in response toPodchanges.PodListBuilderfor managing and responding to changes in a list ofPodobjects.MultiPodBuilderfor handling complex state scenarios with multiplePodobjects.Podsclass to encapsulate up to 26Podobjects of different types.- Comprehensive documentation and examples for each component.
- Unit tests for key functionalities.
0.1.2 [2023-12-05] #
Fixed #
- Addressed "The package description is too short."
- Addressed "lib/src/multi_pod_builder.dart doesn't match the Dart formatter." (no luck!)
- Addressed "llib/src/pods.dart doesn't match the Dart formatter." (no luck!)