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: 61fd11db2b7a
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dd9764ec3447
Choose a head ref
  • 5 commits
  • 16 files changed
  • 5 contributors

Commits on Jul 27, 2023

  1. Add 'vm:keep-name' pragmas to platform channel classes (#131271)

    Pragma will allow future proofing Dart snapshot utilities to work by preserving the names of important classes used in platform channel communication
    
    @Hixie
    perks authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2240649 View commit details
    Browse the repository at this point in the history
  2. IgnoreBaseline widget (#131220)

    Fixes #7037
    Hixie authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    48f08e3 View commit details
    Browse the repository at this point in the history
  3. Add DeviceLab build+test separation doc (#131365)

    This PR add instructions to separate DeviceLab tasks to build and test model.
    keyonghan authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cfafb91 View commit details
    Browse the repository at this point in the history
  4. Fix ios_add2app Podfile (#131263)

    Fixes:
    
    * #131261
    dcharkes authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4e609f1 View commit details
    Browse the repository at this point in the history
  5. Proposal to add barrier configs for showDatePicker, showTimePicker an…

    …d showAboutDialog. (#131306)
    
    Can configure modal barriers in Flutter's built-in dialogs.
    ronnnnn authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    dd9764e View commit details
    Browse the repository at this point in the history
Loading