dashboards_responsive_core 1.0.0
dashboards_responsive_core: ^1.0.0 copied to clipboard
Core models and business logic for responsive dashboard layouts - pure Dart package
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-01-01 #
Added #
- Initial release of the core package
- Pure Dart models for responsive dashboard layouts
- JSON serialization support for all models
- Collection utilities for pure Dart equality functions
- Comprehensive test coverage
Features #
Breakpointenum for responsive breakpointsCompactionModeenum for layout compaction strategiesWidgetPositionclass for widget positioning and sizingBreakpointLayoutclass for breakpoint-specific layoutsDashboardLayoutclass for complete dashboard layouts- Pure Dart collection equality functions (
mapEquals,setEquals,listEquals)