bc_golden_plugin 3.0.2
bc_golden_plugin: ^3.0.2 copied to clipboard
Golden Plugin is a software that enables you to test the UI you develop against a reference image or a design in Figma.
Changelog #
3.0.2 #
- Fix pending timers in
BcGoldenCapture.single.
3.0.1 #
- Fix pending timers when a screen calls external service or has internal timers.
3.0.0 #
- Breaking: Removed the
loggerdependency to avoid version conflicts with consumers using a differentloggerversion. Logging is now handled internally viadebugPrint, andLevelis now defined and exported by this package instead ofpackage:logger. ExistinglogLevel: Level.xxxusages keep working unchanged; only a direct dependency onpackage:logger's ownLeveltype would need updating.
2.0.3 #
- Add
settleAfterPumpinbcWidgetMatchesImage.
2.0.2 #
- Add
currentPackageparameter toloadConfigurationfunction.
2.0.1 #
- Update device resolutions.
- Update asset loader.
2.0.0 #
- Updated
loggerto2.7.0. - Updated
fileto7.0.1. - Updated
flutter_lintsto6.0.0. - Updated
dart_code_linterto4.0.2.
2.0.0-alpha.5 #
- Reverted
loggerto1.0.0.
2.0.0-alpha.4 #
- Deprecated
bc_golden_test - Added
BcGoldenDevice. - Added
animationssupport. - Added
multiple screenssupport.
1.5.0 #
- Update to flutter
>= 3.27.0. - Minor patch fixes.
1.4.0 #
- Update dependencies to be compatible with flutter 3.24 and removed
cupertino_icons. - Changed the getters/setters in the
BcGoldenConfigurationfile.
1.3.1 #
- Update README documentation.
1.3.0 #
- Release package to pub.dev.
1.2.0 #
- Release package on github.