responsive_layout_kit 0.1.1 copy "responsive_layout_kit: ^0.1.1" to clipboard
responsive_layout_kit: ^0.1.1 copied to clipboard

A comprehensive Flutter package for building responsive layouts across different screen sizes and orientations.

0.1.1 #

Added #

  • Example App: Comprehensive example demonstrating all package features
  • Enhanced Documentation: Improved API documentation with detailed dartdoc comments
  • Expanded README with better usage examples

Improved #

  • Library-level documentation for better pub.dev score
  • Example folder with working demo app to achieve 160/160 pub points

0.1.0 #

Added #

  • Responsive Spacing System: Predefined spacing values (XS, S, M, L, XL, XXL) with both fixed and responsive variants
    • ResponsiveSpacing class with fixed spacing constants
    • Width-based responsive spacing (.wXS, .wS, .wM, .wL, .wXL, .wXXL)
    • Height-based responsive spacing (.hXS, .hS, .hM, .hL, .hXL, .hXXL)
    • EdgeInsetsExtension for easy padding and margin creation from double values
    • GapExtension for creating SizedBox gaps (.vGap, .hGap)
    • RadiusExtension for creating border radius (.radius)

Changed #

  • Cleaned up GlobalConstants to include only essential spacing and layout values

0.0.1 #

  • Initial release with core responsive features:
    • Device type detection (phone, tablet, desktop)
    • Responsive builders for conditional UI
    • Screen utilities for adaptive sizing
    • Responsive extensions for easy usage
    • Orientation support
1
likes
160
points
210
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package for building responsive layouts across different screen sizes and orientations.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on responsive_layout_kit