pretty_good_spacing 0.1.0 copy "pretty_good_spacing: ^0.1.0" to clipboard
pretty_good_spacing: ^0.1.0 copied to clipboard

A configurable spacing system for Flutter applications with consistent design tokens and convenient widgets.

0.1.0 #

BREAKING CHANGES:

  • Renamed spacing values to remove leading zeros for cleaner API:
    • space025space25
    • space050space50
    • space075space75
  • Updated corresponding KGap factory constructors:
    • KGap.space025()KGap.space25()
    • KGap.space050()KGap.space50()
    • KGap.space075()KGap.space75()

0.0.2 #

  • Add space125 (1.25x spacing unit) to fill gap between space100 and space150
  • Add KGap.space125() factory constructor for the new spacing value
  • Minor code cleanup and formatting improvements

0.0.1 #

  • Initial release of Pretty Good Spacing
  • Configurable spacing system with base unit support
  • Complete spacing scale from 0.25x to 10x base unit
  • EdgeInsets extension methods for easy padding/margin setup
  • KGap widget for convenient spacing in layouts
  • Comprehensive test coverage
  • Zero external dependencies (except Flutter SDK and gap package)
3
likes
160
points
593
downloads

Publisher

verified publisherdanhtran.me

Weekly Downloads

A configurable spacing system for Flutter applications with consistent design tokens and convenient widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, gap

More

Packages that depend on pretty_good_spacing