flutter_responsive_kit 0.0.4
flutter_responsive_kit: ^0.0.4 copied to clipboard
A lightweight and flexible Flutter package for building fully responsive UIs — mobile, tablet, and desktop — with ease.
0.0.1 - 2025-04-11 #
- Initial release 🎉
- Added:
ResponsiveBuilderResponsiveTextResponsiveRow,ResponsiveCol- Utility helpers like
isMobile,isTablet,screenWidth
0.0.2 - 2025-04-16 #
-
Added:
ResponsivePadding: A widget that adds responsive padding based on screen size.- Test coverage for
ResponsivePaddingwidget across different screen sizes (mobile, tablet, desktop).
-
Enhancements:
- Improved Dartdoc coverage across the public API elements.
- Added more responsive utilities such as padding, margin, gap, and alignment helpers to
flutter_responsive_kit.
-
Fixes:
- Addressed warnings related to missing Dartdoc in key utility files like
responsive_utils.dart,responsive_builder.dart,responsive_grid.dart, andresponsive_text.dart.
- Addressed warnings related to missing Dartdoc in key utility files like
0.0.3 - 2025-04-17 #
-
Added:
ResponsiveMargin: A widget for responsive margins based on screen size.ResponsiveAlign: A widget for responsive alignment based on screen size.ResponsiveGap: A widget for adding responsive gaps between widgets.
-
Enhancements:
- Added support for responsive margin, alignment, and gap utilities in
flutter_responsive_kit. - Improved support for multiple screen sizes (mobile, tablet, desktop).
- Added support for responsive margin, alignment, and gap utilities in
-
Fixes:
- Fixed issues with responsive layout rendering for different screen sizes.
- Enhanced the overall performance of responsive widgets.
-
Documentation:
- Added examples for
ResponsiveMargin,ResponsiveAlign, andResponsiveGapin the README. - Improved Dartdoc coverage for the new responsive utilities.
- Added examples for
0.0.4 - 2025-04-17 #
- Refactor:
- Renamed file for consistency in naming convention (converted to lowercase).