resource_state_builder 0.0.4
resource_state_builder: ^0.0.4 copied to clipboard
A generic implementation of resource states and UI builders for paginated and standard resources.
Changelog #
All notable changes to this project will be documented in this file.
0.0.3 #
Added #
- Unified
copyWithDataandcopyWithErrorinto a single, idiomaticcopyWithmethod inResourceExtension. - Comprehensive API documentation in
README.mdfor all extension helpers (ResourceExtension,ResourcePaginatedX, andResourceAggregator). - Detailed code examples for Logic Layer Integration and Advanced Patterns moved to the primary documentation section.