liquid_flutter_test_utils 1.6.0 copy "liquid_flutter_test_utils: ^1.6.0" to clipboard
liquid_flutter_test_utils: ^1.6.0 copied to clipboard

Test utilities for Liquid Flutter and more

Changelog #

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.0 - 2025-09-10 #

Features #

  • enhance LdFrameOptions with additional copyWith parameters for customization (d5ed140)
  • enhance LdFrameOptions with additional copyWith parameters for customization (924f4cb)

Bug Fixes #

  • escape ampersands in widget tree test output (9e14003)

1.5.1 - 2025-05-16 #

Bug Fixes #

  • correct logic for dark mode in ldFrame and add package reference for status bar assets (#8) (6d5b837)

1.5.0 - 2025-05-15 #

Features #

  • allow for different device frames (#7) (5cfdac3)

1.4.1 - 2025-04-25 #

Bug Fixes #

  • correct default device dimensions to be in portrait (4e5f77b)
  • enhance status bar notch looks (34e6852)

1.4.0 - 2025-04-23 #

Features #

  • add possibility to generate landscape golden screens (4a784bd)
  • add some factory constructors for common device screen sizes in LdFrameOptions (997430a)
  • add status bar notch to screenWithSystemUi mode (f52adff)

Bug Fixes #

  • make system UI elements overlap screen UI (123bef1)

1.3.1 - 2025-04-15 #

Bug Fixes #

  • correct argument order in HTML diff generation for widget tree tests (72d5990)

1.3.0 - 2025-04-15 #

Features #

  • add comprehensive HTML diff generation for failed widget tree tests (5f99213)

1.2.0 - 2025-04-15 #

Features #

  • add 'showGoBackButton' and 'height' frame option (b476add)
  • add "screenWithSystemUi" GoldenUiMode and according test case (32a5168)
  • add bounds precision option for XML widget tree serialization (ff0b4ee)
  • add bounds to widget tree test (982a784)

Bug Fixes #

  • correctly sanitize widget type tags in XML widget tree creation (721741a)
  • provide some form of widget bounds calculation for RenderSliverList (d25e445)
  • update regex to correctly match UID hash codes in widget tree serialization (eef1068)

1.1.0 - 2025-04-15 #

Features #

  • add 'showGoBackButton' and 'height' frame option (b476add)
  • add "screenWithSystemUi" GoldenUiMode and according test case (32a5168)
  • add bounds precision option for XML widget tree serialization (ff0b4ee)
  • add bounds to widget tree test (982a784)

Bug Fixes #

  • correctly sanitize widget type tags in XML widget tree creation (721741a)
  • provide some form of widget bounds calculation for RenderSliverList (d25e445)
  • update regex to correctly match UID hash codes in widget tree serialization (eef1068)

1.0.0 #

  • Initial release