Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

65 lines (39 loc) · 1.55 KB

Changelog

[2.2.0] - 09/16/2024

  • Refactored Breakpoint checks.
  • Update readme.
  • Update flutter_adaptive_scaffold.

[2.1.1] - 08/15/2024

  • Update flutter_adaptive_scaffold

[2.1.0] - 08/15/2024

  • Add Gutter.custom as an equivalent to Gap.
  • Make alternate constructors const.
  • Add tests for different axes and widgets.

[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 and customWidgetToAxis 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.