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: e2fb672a440e
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a570fd25d83b
Choose a head ref
  • 15 commits
  • 115 files changed
  • 9 contributors

Commits on Dec 6, 2022

  1. [gen_l10n] Multiline descriptions (#116380)

    * init
    
    * empty commit to start google testing
    thkim1011 authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    21f3ce8 View commit details
    Browse the repository at this point in the history
  2. Allow creating packages for master/main. (#116557)

    This is to enable testing of the packaging scripts on master/main
    branches.
    
    Bug: #115489
    godofredoc authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cd87e09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee8ba70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98d2413 View commit details
    Browse the repository at this point in the history
  5. Update dartdoc to 6.1.3 (#116474)

    No longer generates weird constructor-like calls interspersed.
    
    Fixes dart-lang/dartdoc#3201
    parlough authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    76f0335 View commit details
    Browse the repository at this point in the history
  6. Fix MenuAnchor padding (#116573)

    * Fix MenuAnchor padding
    
    * Add tests
    gspencergoog authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    577a88b View commit details
    Browse the repository at this point in the history
  7. [Android] Refactor the flutter run Android console output test (#11…

    …5023)
    
    * [Android] Refactor the flutter run Android console output test
    
    * CI bump
    loic-sharma authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    30c5751 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91568cc View commit details
    Browse the repository at this point in the history
  9. Roll Flutter Engine from 4ff8cc3ef53b to 4f22c2789023 (3 revisions) (#…

    …116620)
    
    * 143977b53 Roll Skia from b63a254727f3 to 13e5241ce8b7 (6 revisions) (flutter/engine#38106)
    
    * 9554754ac [web:canvaskit] test zero font size (flutter/engine#37916)
    
    * 4f22c2789 Roll Skia from 13e5241ce8b7 to aea62b0970c3 (2 revisions) (flutter/engine#38107)
    engine-flutter-autoroll authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    676229f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. [Android] Fix Linux Android flavors_test (#116129)

    * Remove flaky label
    
    * Have test install debug version
    
    * Fix test
    
    * Undo change
    
    * Properly test change
    
    * Empty-Commit
    
    * Revert testing changes
    camsim99 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    609fe35 View commit details
    Browse the repository at this point in the history
  2. Add ListenableBuilder with examples (#116543)

    * Add ListenableBuilder with examples
    
    * Add tests
    
    * Add tests
    
    * Fix Test
    
    * Change AnimatedBuilder to be a subclass of ListenableBuilder
    gspencergoog authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    fb9133b View commit details
    Browse the repository at this point in the history
  3. Time picker precursors (#116450)

    * Make some minor changes in preparation for updating the Time Picker to M3
    
    * Revert OutlineInputBorder.borderRadius type change
    
    * Revert more OutlineInputBorder.borderRadius changes.
    gspencergoog authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3171994 View commit details
    Browse the repository at this point in the history
  4. Roll Flutter Engine from 4f22c2789023 to 185e2f3d451c (3 revisions) (#…

    …116632)
    
    * 267f0d849 Roll Skia from aea62b0970c3 to dd3285a80b23 (1 revision) (flutter/engine#38111)
    
    * 5ad341776 [Impeller] Remove unused flag enable-impeller-vulkan. (flutter/engine#38109)
    
    * 185e2f3d4 Pin the analyzer package version in lib/web_ui (flutter/engine#38114)
    engine-flutter-autoroll authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    8bce55d View commit details
    Browse the repository at this point in the history
  5. Roll Flutter Engine from 185e2f3d451c to 67254d6e4b03 (2 revisions) (#…

    …116633)
    
    * 5429243d3 [Impeller Scene] Render imported meshes (flutter/engine#38097)
    
    * 67254d6e4 Use announce function in live region (flutter/engine#38084)
    engine-flutter-autoroll authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ef6ead4 View commit details
    Browse the repository at this point in the history
  6. Date picker special labeling for currentDate with localization and te… (

    #116433)
    
    * Date picker special labeling for currentDate with localization and tests.
    
    * Updated CalendarDatePicker semantics test
    
    * removed recursive import
    
    * changed labeling for current date to be less verbose
    harperl-lgtm authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a570fd2 View commit details
    Browse the repository at this point in the history
Loading