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

Commits on Dec 11, 2024

  1. [video_player_avfoundation] Support the audio-only HLS (.m3u8) on iOS (

    …#7890)
    
    Supports the audio-only HLS on iOS. 
    
    After through flutter/plugins#4639 and flutter/plugins#4727, we can play HLS videos and audios, but it does not support audio-only HLS. When attempting to play that on iOS, it never finishes initialization.
    
    Show the before/after demonstration here: flutter/flutter#156589 (comment)
    
    Fixes: flutter/flutter#156589
    Test with flutter/assets-for-api-docs#252
    napoleon-na authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    374d1be View commit details
    Browse the repository at this point in the history
  2. [quick_actions] add localizedSubtitle for iOS (#8038)

    Add the localizedSubtitle field on quick actions for iOS
    
    flutter/flutter#129759
    
    Pre-launch Checklist
     I read and followed the [relevant style guides](https://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style) and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages repo does use dart format.)
    sinyu1012 authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    8238e1c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. disable maps test and manual roll (#8275)

    Disables failing test while we wait for framework to look into bug flutter/flutter#160115
    
    manual roll
    tarrinneal authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    2637378 View commit details
    Browse the repository at this point in the history
  2. Manual roll Flutter from 918b2b9 to f559e16 (4 revisions) (#8277)

    Manual roll requested by [email protected]
    
    flutter/flutter@918b2b9...f559e16
    
    2024-12-12 [email protected] Roll Flutter Engine from e3524615fb69 to 92de3d0f8830 (1 revision) (flutter/flutter#160132)
    2024-12-12 [email protected] Roll Flutter Engine from b8034f152711 to e3524615fb69 (2 revisions) (flutter/flutter#160128)
    2024-12-11 [email protected] Roll Flutter Engine from ba7ad8719733 to b8034f152711 (3 revisions) (flutter/flutter#160126)
    2024-12-11 [email protected] Roll Flutter Engine from 3cdd84160baa to ba7ad8719733 (1 revision) (flutter/flutter#160117)
    
    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
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Packages: 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 Dec 12, 2024
    Configuration menu
    Copy the full SHA
    cbdb48a View commit details
    Browse the repository at this point in the history
Loading