flutter_adaptive_util 0.0.2
flutter_adaptive_util: ^0.0.2 copied to clipboard
A comprehensive Flutter package for responsive design with breakpoint management, typography scaling, adaptive spacing, and more.
Changelog #
0.0.2 - 2024-12-19 #
Fixed #
- Fixed Dart formatting issues in
lib/flutter_adaptive_util.dartandlib/src/core/responsive_breakpoints.dart - Improved code formatting and removed trailing whitespace
- Enhanced static analysis compliance
0.0.1 - 2024-01-01 #
Added #
- Initial release of flutter_adaptive_util
- Breakpoint management with mobile, tablet, desktop, large desktop, and extra large breakpoints
- Responsive typography with automatic text scaling
- Adaptive spacing utilities for responsive layouts
- Device orientation handling for portrait and landscape layouts
- Responsive grid system with flexible columns
- Media query helpers for simplified responsive design
- Responsive widgets for easy layout management
- Comprehensive extension methods on BuildContext
- Responsive configuration system for customization
- Example app demonstrating all features
Features #
ResponsiveBreakpoints- Predefined breakpoints and utility methodsResponsiveConfig- Customizable configuration for responsive settingsResponsiveContext- Context provider for responsive informationResponsiveTypography- Typography scaling and text stylesResponsiveTextandResponsiveHeading- Responsive text widgetsResponsiveSpacing- Adaptive spacing utilitiesResponsiveSizing- Responsive sizing utilitiesResponsiveGridandResponsiveGridItem- Grid systemResponsiveMedia- Media query helpersOrientationHelper- Orientation-specific utilitiesResponsiveWidget,ResponsiveBuilder,ResponsiveLayout- Layout widgets- Extension methods for easy access to responsive utilities