- Refactored Breakpoint checks.
- Update readme.
- Update flutter_adaptive_scaffold.
- Update flutter_adaptive_scaffold
- Add
Gutter.custom
as an equivalent toGap
. - Make alternate constructors const.
- Add tests for different axes and widgets.
- Add optional scaleFactor parameter.
- Introduce constructors on Gutter:
Gutter.tiny
,Gutter.small
,Gutter.medium
,Gutter.large
,Gutter.extraLarge
. - Extend
GutterConfiguration
to allow customizing the default gutter sizes and relative scales. - Migrate to
flutter_adaptive_scaffold
to remove deprecated package.
- Improved readme.
- Added opt-out for dynamic axis check.
- Fixed minor readme error and cleaned up examples.
- Updated README to remove outdated examples and clarify supported widgets.
- Cleaned up code and fixed bugs in custom widget to axis system.
- Use Material 3's new breakpoint values if
useMaterial3
is true. - Dynamically check for
direction
to find the axis of arbitrary widgets.
- Removed errant print statement.
- Added
GutterConfiguration
andcustomWidgetToAxis
to extend gutter support to arbitrary widgets.
- Made banner image more fun.
- Improved docs wording.
- Added fun banner image.
- Fixed pub score issues.
- Initial release.