adaptive_design_utils
A comprehensive Flutter plugin for adaptive and responsive design, providing utilities for adaptive layouts, responsive sizing, and device-specific optimizations.
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
4 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jan 2025 to Jan 2025
2026
Releases
latest 4-
0.0.414 Jan 2025Release notes
Open source →- Added new responsive widgets:
ResponsiveGridView: Easy-to-use responsive grid layoutResponsiveWrap: Adaptive wrap layout with responsive spacingResponsiveContainer: Container with responsive max width constraintsResponsiveListView: List view with responsive direction and spacing
- Enhanced existing widgets:
- Added more customization options to existing widgets
- Improved responsive behavior across different screen sizes
- Added support for custom breakpoints
- Performance improvements and bug fixes
- Added new responsive widgets:
-
0.0.309 Jan 2025Release notes
Open source →- Added comprehensive Alert utility class with:
- Responsive dialogs (error, success, warning, confirmation)
- Customizable snackbars
- Optional callbacks for dialogs
- Responsive typography
- Enhanced responsive extensions:
.heightfor height SizedBox.widthfor width SizedBox.spfor responsive font sizing.p,.ph,.pvfor responsive padding
- Improved device and screen utilities
- Better error handling and initialization
- Consistent responsive design across widgets
- Added comprehensive Alert utility class with:
-
0.0.209 Jan 2025Release notes
Open source →- Fixed initialization issues
- Removed dependency on flutter_screenutil
- Implemented custom ScreenUtils with better performance
- Updated typography to support Material 3 text themes
- Fixed platform-specific implementations
- Improved code organization and reduced package size
- Fixed unused imports and analysis issues
- Added DeviceUtils for platform-specific adaptations
- Added ResponsiveGrid and ResponsiveMasonry layouts
- Added AdaptiveContainer for responsive containers
- Added ResponsiveStaggeredGrid for dynamic grid layouts
- Added advanced typography system with AdaptiveText widget
- Added platform-specific UI utilities (corner radius, animation duration)
- Added device type detection (phone, tablet, desktop)
- Added screen size categorization
- Improved documentation and examples
- Performance optimizations
-
0.0.109 Jan 2025Release notes
Open source →Initial release of adaptive_design_utils with the following features:
- Adaptive Layout System for mobile, tablet, and desktop layouts
- Screen Utils for responsive measurements
- Breakpoint Management with predefined breakpoints
- Responsive Typography with automatic text scaling
- Adaptive Widgets (ResponsivePadding, ResponsiveConstraints)
- Comprehensive example app demonstrating all features
- Full documentation and usage examples