flutter_adaptive_util 0.0.3
flutter_adaptive_util: ^0.0.3 copied to clipboard
A comprehensive Flutter package for responsive design with breakpoint management, typography scaling, adaptive spacing, and more.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.3 - 2025-11-11 #
Changed #
- Improved code formatting and documentation
- Fixed all linting issues for perfect pana score (160/160)
- Updated SDK constraints to Dart >=3.8.0 and Flutter >=3.32.0
- Added comprehensive documentation comments for all public APIs
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
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