Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: ecba2dbf07ee
Choose a base ref
Loading
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 974f1522ee03
Choose a head ref
Loading
  • 6 commits
  • 122 files changed
  • 6 contributors

Commits on Jun 5, 2025

  1. [camera_android_camerax] Java style improvements (#9234)

    Makes Java style improvements that roughly follow https://google.github.io/styleguide/javaguide.html.
    
    ## Pre-Review Checklist
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    camsim99 authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    6502721 View commit details
    Browse the repository at this point in the history
  2. [google_maps_flutter_platform_interface] Add a new zIndexInt param to…

    … marker and deprecate zIndex (#9372)
    
    *List which issues are fixed by this PR. You must list at least one issue.*
    This is just the platform interface package part of #8012 
    
    ## Pre-Review Checklist
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    Hari-07 authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    45cb199 View commit details
    Browse the repository at this point in the history
  3. [camera_android_camerax] Fixes premature garbage collection of native…

    … objects when app is under memory pressure (#9287)
    
    ~~*Note:* Waiting on #9264 to land and to regenerate baseline file with.~~
    
    This bumps `pigeon` to `25.3.2` and regenerates the code to fix a bug where native objects were getting garbage collected prematurely. See flutter/flutter#168531
    
    Fixes flutter/flutter#152763
    
    ## Pre-Review Checklist
    
    - [s] All existing and new tests are passing.
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    bparrishMines authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    610dcb7 View commit details
    Browse the repository at this point in the history
  4. Roll Flutter master to 8b18dde7 (#9387)

    Rolls Flutter master pin to 8b18dde77fa59ba7f87540c05d1aba787198e77a
    
    Manual version of #9335
    stuartmorgan-g authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    f6e100d View commit details
    Browse the repository at this point in the history
  5. [go_router_builder] Use a mixin instead of an extension (#9275)

    first step of fixing [#106790](flutter/flutter#106790)
    
    This PR  changes the generation to use a mixin instead of an extension. The plan is to add the routing methods directly to `GoRouteData`. An extension won't be able to override the class implementations, so I changed it to a mixin.
    
    I'm not sure about the versioning, so feel free to suggest changes.
    
    ## Pre-Review Checklist
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    StevenSorial authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    007e2f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. [camera_avfoundation] Implementation swift migration - part 4 (#9219)

    Migrates camera implementation as part of flutter/flutter#119109
    
    This PR migrates a part of `FLTCam` class to Swift. To avoid migrating the whole huge class to Swift at once and a refactor that we don't have a budget for we are extending the `FLTCam` class in swift (`DefaultCamera`). We will now migrate the methods in smaller chunks.
    
    This PR includes the first chunk:
    - `captureOutput` (from `AVCaptureVideoDataOutputSampleBufferDelegate`, `AVCaptureAudioDataOutputSampleBufferDelegate` protocols)
    - `copyPixelBuffer` (from `FlutterTexture` protocol)
    
    Some properties of the `FLTCam` have to be temporarily made public so that they are accessible in `DefaultCamera`.
    
    The `DefaultCamera` class conforms to the new `Camera` protocol. A few properties defined in `FLTCam` are now marked  `nullable` to match the `Camera` protocol and the reality.
    
    ## Pre-Review Checklist
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    RobertOdrowaz authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    974f152 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.