tree: 465c81b6a2bd2cd38b2fcf8e052539427099643b
  1. .dartignore
  2. analysis_options.yaml
  3. cupertino_localizations.dart
  4. cupertino_localizations.dart.expect
  5. material_localizations.dart
  6. material_localizations.dart.expect
  7. README.md
packages/flutter_localizations/test_fixes/README.md

Directory contents

The Dart files and golden master .expect files in this directory are used to test the dart fix framework refactorings used by the Flutter framework.

See the flutter/packages/flutter_localizations/lib/fix_data directory for the current package:flutter_localizations data-driven fixes.

To run these tests locally, execute this command in the flutter/packages/flutter_localizations/test_fixes directory.

dart fix --compare-to-golden

For more documentation about Data Driven Fixes, see https://dart.dev/go/data-driven-fixes#test-folder.

To learn more about how fixes are authored in package:flutter, see Data driven fixes.