easy_home_design_library 0.0.3
easy_home_design_library: ^0.0.3 copied to clipboard
Easy Home Design Library is a reusable Flutter package that centralizes commonly used UI components, color schemes, and text styles. It enables consistent theming and visual standards across multiple [...]
0.0.3 #
- Added
SpacerSizeclass for responsive spacing based on screen dimensions - SpacerSize provides 16 spacing options from s2 to s64 using scale factor approach
- Scale factor calculated as screen width / 390 (iPhone 14/15 reference width)
- Exported SpacerSize class from the main library for easy access
0.0.2 #
- Added
FontSizeclass for responsive font sizing based on screen dimensions - FontSize calculates small, medium, large, and extraLarge font sizes using screen width multipliers
- Exported FontSize class from the main library for easy access
0.0.1 #
- Initial release with basic UI components and theme system
- Includes EHText, EHButton, EHTextField, EHDropdown widgets
- Provides centralized color scheme and text styles
- Supports Outfit and Poppins font families