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

Commits on Oct 1, 2024

  1. [local_auth] Update Pigeon in iOS and Android (#7724)

    Updates local_auth_android and local_auth_darwin to the latest version of Pigeon, allowing removal of the workarounds for:
    - lack of enum support in collections (no need for a wrapper class now)
    - non-nullable collection generics (no need for force-unwrapping in Dart).
    
    Part of flutter/flutter#133455
    Part of flutter/flutter#155891
    stuartmorgan-g authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    80f442e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    048ae84 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. [quick_actions_android] Update instructions for using a launcher acti…

    …vity with more breadcrumbs (#7716)
    
    Builds on #7686 to give more context about the issue I solved in flutter/flutter#152883 and hopefully leave better breadcrumbs for developers that find themselves wanting to use a launcher activity and the `quick_actions_android` plugin.
    
    Fixes flutter/flutter#152883.
    camsim99 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a566da6 View commit details
    Browse the repository at this point in the history
  2. Background/resuming video_player on Android sends one initialized

    … event (#7722)
    
    Closes flutter/flutter#154602.
    
    I also added small clarifications to the error in `video_player` (an assertion/error that are better than a `Completer.complete` default error) and updated the documentation in `video_player_platform` (it might have been obvious, but it definitely is now).
    matanlurey authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    aeecebc View commit details
    Browse the repository at this point in the history
  3. [file_selector] Convert Linux to Pigeon (#7770)

    Replaces manual method channel code with Pigeon.
    
    I made a couple of simplifications to the Dart/C boundary while converting:
    - The return value is a always a list now; it's easier to handle that on the Dart side than track and handle in the native code.
    - It's a single method with a type enum, instead of several different methods, since that mirrors the underlying SDK.
    
    These changes are consistent with our general trend toward putting more logic in Dart and less in native code, for ease of maintenance.
    
    Fixes flutter/flutter#117906
    stuartmorgan-g authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7c97c88 View commit details
    Browse the repository at this point in the history
Loading