screenwise 0.0.6
screenwise: ^0.0.6 copied to clipboard
A Flutter package providing responsive widgets that automatically adapt to different screen sizes without manual if/else statements.
0.0.6 #
- Added spacing widgets:
VerticalSpace
andHorizontalSpace
for easier layout management - Improved documentation for spacing widgets
- Followed Dart code style guidelines
0.0.5 #
- Added spacing widgets:
VerticalSpace
andHorizontalSpace
for easier layout management - Improved documentation for spacing widgets
0.0.4 #
- Minor bug fixes and performance improvements
0.0.3 #
- Improved documentation
- Added ResponsiveValue for any property
- Added ResponsiveWidget for a simpler way to use ResponsiveValue
- Followed Dart code style guidelines
0.0.2 #
- Improved documentation
0.0.1 #
- Initial release of ScreenWise package.
- Added responsive widgets that adapt to different screen sizes.
- Included ResponsiveRow, ResponsiveGrid, AdaptiveColumn, ResponsiveBuilder, ResponsiveContainer, ResponsiveScaffold, ResponsiveText, and ResponsiveValue.
- Added utilities for screen size detection and responsive configurations.
- Comprehensive documentation with examples for web and mobile platforms.