flutter_gutter 1.0.0 flutter_gutter: ^1.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.
[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.