responsive_ui_kit 0.0.2
responsive_ui_kit: ^0.0.2 copied to clipboard
responsive_ui_kit helps you build adaptive, scalable Flutter UIs with centered layouts, responsive split views, screen size extensions, and auto text scaling.
0.0.1 #
2025-07-15 #
🎉 Initial release of flutter_responsive_ui
✨ Added #
ResponsiveLayoutProvider: Inherited widget to provide screen size throughout the widget treeScreenSizeProvider: Internal mechanism for accessing screen dimensionsgetRespSize: for scalable sizes- Extensions on
BuildContext:context.width,context.height— quick screen dimension access
ResponsiveCenteredBody: A centered layout widget with a customizable maxWidth, background color, or gradientResponsiveSplitBody: Automatically switches betweenRowandColumnlayout based on screen width or an override- Supports custom gap, flex values, cross-axis alignment, and breakpoints
BreakPointsclass: Allows developers to customize responsive behavior thresholds
📦 This version provides the foundation for building responsive UI in Flutter with minimal effort. Designed to work across mobile, tablet, desktop, and web platforms.