responsive_ui_kit 0.0.3 copy "responsive_ui_kit: ^0.0.3" to clipboard
responsive_ui_kit: ^0.0.3 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 tree
  • ScreenSizeProvider: Internal mechanism for accessing screen dimensions
  • getRespSize: 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 gradient
  • ResponsiveSplitBody: Automatically switches between Row and Column layout based on screen width or an override
    • Supports custom gap, flex values, cross-axis alignment, and breakpoints
  • BreakPoints class: 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.

0.0.2 #

0.0.3 #

2025-07-21 #

  • udate the readme and added a vedio link and also a example code
0
likes
150
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

responsive_ui_kit helps you build adaptive, scalable Flutter UIs with centered layouts, responsive split views, screen size extensions, and auto text scaling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on responsive_ui_kit