flutter_gutter 1.0.2
flutter_gutter: ^1.0.2 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.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
useMaterial3is true. - Dynamically check for
directionto find the axis of arbitrary widgets.
0.1.4 09/01/2023 #
- Removed errant print statement.
0.1.3 08/26/2023 #
- Added
GutterConfigurationandcustomWidgetToAxisto 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.