Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Betterment/alchemist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: beta
Choose a base ref
...
head repository: Betterment/alchemist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 44 files changed
  • 6 contributors

Commits on Oct 14, 2025

  1. chore: ensure tests are compatible with all supported Flutter version…

    …s (and beta) (#167)
    
    * chore: Updating Goldens
    
    * force branch
    
    * remove 3.32.0 goldens
    
    * remove 3.16.0 and 3.36.6 goldens
    
    * update update_goldens.yaml
    
    * allow version override in check compat
    
    * fix compat check
    
    * chore: Updating Goldens
    
    * update golden_test_theme_test.dart to address beta issues
    
    * more updates
    
    * chore: Updating Goldens
    
    * version validation
    
    * use channel: any
    
    * fix CommandInjection
    
    * use channel: any
    
    * check against 3.35.x for PRs
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Brandon Trautmann <[email protected]>
    3 people authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    d1de06b View commit details
    Browse the repository at this point in the history
  2. chore: prep v0.13.0 (#168)

    Co-authored-by: Brandon Trautmann <[email protected]>
    btrautmann and btrautmann authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    d7ad4bb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. fix: loading fonts performance issue (#170)

    * adds local cache to know when a font family was already loaded to avoid processing
    
    * adds multiple icons tests
    gustavobelo-dev authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    089eecc View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Update CODEOWNERS to remove a samandmoore (#173)

    Removed @samandmoore from CODEOWNERS list.
    samandmoore authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    4ba2121 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. feat: Support diffThreshold to handle comparison failures that depend…

    … on the image generation environment (#176)
    
    * Support diffThreshold to handle comparison failures that depend on the image generation environment
    
    * Run dart format
    
    * Fix baseDir usage
    
    * fix: correct expected error type in golden test runner test
    
    * Run dart analyzer issues
    
    * Add missing alchemist_file_comparator method tests
    
    * fix: move comparator setup into try block and restrict to exact LocalFileComparator type
    
    * docs: remove incorrect "warning is printed" from diffThreshold documentation
    
    The implementation does not print a warning when the diff passes within
    the threshold. Update the doc comments in AlchemistFileComparator,
    GoldensConfig, and README to reflect the actual behavior.
    mataku authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    571fd7f View commit details
    Browse the repository at this point in the history
  2. chore: prep v0.14.0 (#178)

    Co-authored-by: Brandon Trautmann <[email protected]>
    btrautmann and btrautmann authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    1dfc53c View commit details
    Browse the repository at this point in the history
Loading