Widget wrapper to test different: ◦ parameters ◦ screen sizes ◦ Text scale • Font loading helpers https://tech.ebayinc.com/engineering/ebay-motors-screenshot-testing-with-flutter/
the SDK testing workflow • ~1300 golden test cases • Guarantee of: ◦ Maturity ◦ Reliability ◦ Maintenance over time • Custom web app for results and difference analysis: https://flutter-gold.skia.org
Read the golden xxxx.g.dart 2. Run the code generation on xxxx.dart 3. Compare the output w/ the golden file content 4. Eventually overwrite xxxx.g.dart (i.e. update golden)