adaptive_design_utils 0.0.2
adaptive_design_utils: ^0.0.2 copied to clipboard
A comprehensive Flutter plugin for adaptive and responsive design, providing utilities for adaptive layouts, responsive sizing, and device-specific optimizations.
0.0.2 #
- 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.1 #
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