adaptive_test 0.3.2 copy "adaptive_test: ^0.3.2" to clipboard
adaptive_test: ^0.3.2 copied to clipboard

A Flutter package to generate adaptive golden files during widget tests.

0.3.2 #

  • feat: add the loadFontsFromPackage method to load fonts from a package which name does not match the corresponding folder name
  • example: add multi-packages example to showcase loading fonts from a separate package

0.3.1 #

  • fix: replace iterable with a list in the await image method.

0.3.0 #

Breaking changes

  • Remove the space in golden file names.

    This is a breaking change for users who have generated golden files with the previous version of the library. The golden file names will now be preview/${windowConfig.name}:${name.snakeCase}$localSuffix.png instead of preview/${windowConfig.name}: ${name.snakeCase}$localSuffix.png.

    To resolve this, you can either rename the golden files manually or regenerate them.

0.2.3 #

  • fix: set the image precaching to true by default

0.2.2 #

  • feat: add an option to disable the image precaching

0.2.1 #

  • fix: runtime platform check.

0.2.0 #

  • fix: font loader with package not working.
  • feat: create is runtime platform extension.

0.1.0 #

  • Add .pubignore to reduce package size.

0.0.2 #

  • Improve pub.dev page presentation.

0.0.1 #

  • Initial release.
15
likes
0
pub points
46%
popularity

Publisher

verified publisherbam.tech

A Flutter package to generate adaptive golden files during widget tests.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cupertino_icons, equatable, file, flutter, flutter_test, meta, path, platform, recase, test_api

More

Packages that depend on adaptive_test