liquid_flutter_test_utils 1.2.0 copy "liquid_flutter_test_utils: ^1.2.0" to clipboard
liquid_flutter_test_utils: ^1.2.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.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