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: flutter/flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 70a3c3cc935e
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 70cdc0c933d6
Choose a head ref
  • 4 commits
  • 26 files changed
  • 4 contributors

Commits on Jul 21, 2025

  1. Configuration menu
    Copy the full SHA
    1cd101d View commit details
    Browse the repository at this point in the history
  2. [skia] Update call to SkImage::makeSubset (#172456)

    In https://skia-review.googlesource.com/c/skia/+/1021216, Skia removed
    some legacy APIs. There was one usage still in Flutter and this fixes
    that.
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [x] I signed the [CLA].
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [x] I followed the [breaking change policy] and added [Data Driven
    Fixes] where supported.
    - [ ] All existing and new tests are passing.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
    [Tree Hygiene]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
    [test-exempt]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
    [Features we expect every widget to implement]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
    [Discord]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
    [Data Driven Fixes]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
    kjlubick authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    140b67f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73f5ee8 View commit details
    Browse the repository at this point in the history
  4. WebParagraph initial commit (#167559)

    This is the current (initial) state of WebParagraph project which is an
    implementation of SkParagraph
    on top of TextCluster
    (https://github.com/fserb/canvas2D/blob/master/spec/enhanced-textmetrics.md).
    
    Multilined text, mixed LTR/RTL text supported.
    
    ---------
    
    Co-authored-by: Mouad Debbar <[email protected]>
    Rusino and mdebbar authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    70cdc0c View commit details
    Browse the repository at this point in the history
Loading