-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Comparing changes
Open a pull request
base repository: flutter/packages
base: ecba2dbf07ee
head repository: flutter/packages
compare: 974f1522ee03
- 6 commits
- 122 files changed
- 6 contributors
Commits on Jun 5, 2025
-
[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.
Configuration menu - View commit details
-
Copy full SHA for 6502721 - Browse repository at this point
Copy the full SHA 6502721View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 45cb199 - Browse repository at this point
Copy the full SHA 45cb199View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 610dcb7 - Browse repository at this point
Copy the full SHA 610dcb7View commit details -
Roll Flutter master to 8b18dde7 (#9387)
Rolls Flutter master pin to 8b18dde77fa59ba7f87540c05d1aba787198e77a Manual version of #9335
Configuration menu - View commit details
-
Copy full SHA for f6e100d - Browse repository at this point
Copy the full SHA f6e100dView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 007e2f1 - Browse repository at this point
Copy the full SHA 007e2f1View commit details
Commits on Jun 6, 2025
-
[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.
Configuration menu - View commit details
-
Copy full SHA for 974f152 - Browse repository at this point
Copy the full SHA 974f152View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ecba2dbf07ee...974f1522ee03