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

Commits on Mar 1, 2024

  1. Fix showDateRangePicker is missing dartpad tag and cleanup (#144475)

    fixes [`showDateRangePicker` interactive sample not loading](#144474)
    
    ### Description 
    
    This fixes `showDateRangePicker` example not loading in Dartpad.
    
    Similar fix was made for `showDatePicker` in #99401
    TahaTesser authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9a83845 View commit details
    Browse the repository at this point in the history
  2. Roll Packages from 6d02f03 to a9c68b8 (5 revisions) (#144477)

    flutter/packages@6d02f03...a9c68b8
    
    2024-03-01 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 3.24.5 to 3.24.6 (flutter/packages#6234)
    2024-02-29 [email protected] [various] Standardize Obj-C doc comment style (flutter/packages#6232)
    2024-02-29 [email protected] [google_maps_flutter] Add support for marker clustering - platform interface (flutter/packages#6158)
    2024-02-29 [email protected] Roll Flutter (stable) from abb292a to 7482962 (1 revision) (flutter/packages#6230)
    2024-02-29 [email protected] Roll Flutter from d00bfe8 to e92bca3 (15 revisions) (flutter/packages#6227)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d93f5b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18712ed View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. [github actions] rewrite cherry pick template (#144065)

    Context: @godofredoc pointed out that the fields in the PR template could be simplified and redesigned. Synced with @itsjustkevin and Kevin come up with [changes in this doc](https://docs.google.com/document/d/1Slppqq32toSwwxUyYTX1t6dGUQpyi0xEWxw4niGWspc/edit?resourcekey=0-v6U_9XVsMFSx0Fvx1rANhg&tab=t.0) which would improve the cherry pick template.
    
    Github only supports a limited number of formatting options. This PR uses some workarounds and makes the following changes:
    1. use divider to replace text area since Github markdown doesn't support text area
    2. remove \<pre\> tags so texts can wrap around
    3. use headings over bold
    4. use task lists to identify the starting points of user answers
    
    An example cherry pick template would [look like this](#143785) after the change.
    XilaiZhang authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    09b7a1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65cd84b View commit details
    Browse the repository at this point in the history
Loading