golden_matrix 0.6.1
golden_matrix: ^0.6.1 copied to clipboard
Matrix-based visual regression testing for Flutter. Declare axes (themes, locales, devices, text scales), get all combinations automatically with sampling, HTML reports, and overflow detection.
example/lib/golden_matrix_example.dart
export 'widgets/sample_button.dart';
export 'widgets/sample_card.dart';
export 'widgets/user_avatar.dart';
export 'widgets/notification_badge.dart';
export 'screens/login_screen.dart';
export 'screens/profile_screen.dart';
export 'widgets/tight_row.dart';