flutter_responsive_kit 0.0.2
flutter_responsive_kit: ^0.0.2 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