snaptest 0.2.2+1
snaptest: ^0.2.2+1 copied to clipboard
Snap photos in your widget tests.
0.2.2+1 #
- DOCS: remove outdated font loading section from README.
0.2.2 #
-
FEAT: improve font loading drastically.
- Remove dependency on spot package
- Load actual SFPro fonts on macOS if you have them installed, otherwise print a warning and fall back to Roboto.
- Allow calling
snap()from withinrunAsync, even with font loading.
0.2.1 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
0.2.1-dev.0 #
- FEAT: add sequence animations to motor.
- FEAT: add TrimmedMotion as a way to take subsets of any motion.
0.2.0 #
Note: This release has breaking changes.
- REFACTOR: rename
SnaptestSettings.fulltoSnaptestSettings.rendered. - FEAT: add
loadFontsAndIcons()and recommend adding it toflutter_test_config.dart. - FEAT: support passing orientations to settings.
- DOCS: added banner as screenshot to pubspec.
- DOCS: updated banner with new settings.
- DOCS: document
snapTestfunction in README. - DOCS: documented flutter_test_config usage.
- DOCS: document new orientations.
- BREAKING REFACTOR: move pathPrefix to settings.
- BREAKING REFACTOR: renamed the default test tag to
snaptest. - BREAKING REFACTOR: removed
appendDeviceNamein favor ofalwaysAppendDeviceNameandalwaysAppendOrientation.
0.1.0 #
- FEAT: skip drawing paragraphs in golden canvas for cleaner images (#144).
- FEAT: support golden comparison (#142).
0.1.0-dev.3 #
- DOCS: update banner image (#140).
0.1.0-dev.2 #
- FEAT: allow include device frame (#137).