flutter_space 0.0.1 copy "flutter_space: ^0.0.1" to clipboard
flutter_space: ^0.0.1 copied to clipboard

A Flutter package to create flexible, intuitive, and customizable spacing in your layouts, inspired by [`package:gap`](https://pub.dev/packages/gap) but improved and more powerful.

0.0.1 - 2025-09-20 #

Added #

  • Initial release of Space package
  • Space widget for consistent spacing in layouts.
  • SliverSpace widget for scrollable areas in CustomScrollView and other slivers.
  • MaxSpace widget for flexible/adaptive spacing.
  • Support for both numeric (double) spacing and enum-based (Spacing) spacing.
  • Predefined spacing enum values:
    • Spacing.tiny
    • Spacing.extraSmall
    • Spacing.small
    • Spacing.medium
    • Spacing.large
    • Spacing.extraLarge
    • Spacing.huge
    • Spacing.massive
  • Multiple constructors for quick usage (Space.small(), SliverSpace.large(), etc.).
  • Optional color parameter for debugging layout spacing.

[Unreleased] #

Planned #

  • Responsive spacing values based on screen size.
  • Support for orientation-aware spacing.
  • Theming integration for global spacing configuration.
0
likes
150
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package to create flexible, intuitive, and customizable spacing in your layouts, inspired by [`package:gap`](https://pub.dev/packages/gap) but improved and more powerful.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_space