flutter_gutter 2.0.0 flutter_gutter: ^2.0.0 copied to clipboard
Get your UI out of the gutter! Ensure all visual gaps between your widgets are consistent, adapted to the axis direction, and respond to screen size.
Changelog #
[2.0.0] - 08/12/2024 #
- 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
[1.0.3] - 07/27/2024 #
- Improved readme.
- Added opt-out for dynamic axis check.
[1.0.2] - 06/18/2024 #
- Fixed minor readme error and cleaned up examples.
[1.0.1] - 06/18/2024 #
- Updated README to remove outdated examples and clarify supported widgets.
- Cleaned up code and fixed bugs in custom widget to axis system.
[1.0.0] - 10/04/2023 #
- Use Material 3's new breakpoint values if
useMaterial3
is true. - Dynamically check for
direction
to find the axis of arbitrary widgets.
[0.1.4] - 09/01/2023 #
- Removed errant print statement.
[0.1.3] - 08/26/2023 #
- Added
GutterConfiguration
andcustomWidgetToAxis
to extend gutter support to arbitrary widgets.
[0.1.2] - 05/07/2023 #
- Made banner image more fun.
- Improved docs wording.
[0.1.1] - 05/06/2023 #
- Added fun banner image.
- Fixed pub score issues.
[0.1.0] - 05/06/2023 #
- Initial release.