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: 23e56af4a622
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b7fbe68d4ec2
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Mar 20, 2024

  1. Roll Flutter from d31a85b to b96c13d (19 revisions) (#6359)

    flutter/flutter@d31a85b...b96c13d
    
    2024-03-20 [email protected] Roll Flutter Engine from f42fc937028c to 883adfe2ef61 (1 revision) (flutter/flutter#145459)
    2024-03-20 [email protected] Roll Flutter Engine from 32ae508316a6 to f42fc937028c (1 revision) (flutter/flutter#145456)
    2024-03-20 [email protected] Roll Flutter Engine from 1e89d04c6b52 to 32ae508316a6 (2 revisions) (flutter/flutter#145449)
    2024-03-20 [email protected] Roll Flutter Engine from e96b2b0047f7 to 1e89d04c6b52 (1 revision) (flutter/flutter#145446)
    2024-03-20 [email protected] Roll Flutter Engine from 24b84203f6cc to e96b2b0047f7 (1 revision) (flutter/flutter#145444)
    2024-03-20 [email protected] Roll Flutter Engine from 3f67bc531eef to 24b84203f6cc (1 revision) (flutter/flutter#145441)
    2024-03-20 [email protected] Roll Flutter Engine from 00bfdb580b1b to 3f67bc531eef (1 revision) (flutter/flutter#145438)
    2024-03-20 [email protected] Roll Flutter Engine from dce639a4c453 to 00bfdb580b1b (1 revision) (flutter/flutter#145435)
    2024-03-19 [email protected] Roll Flutter Engine from bd3a9241c2c5 to dce639a4c453 (3 revisions) (flutter/flutter#145429)
    2024-03-19 [email protected] Roll Flutter Engine from bacb027aa824 to bd3a9241c2c5 (1 revision) (flutter/flutter#145427)
    2024-03-19 [email protected] Fix remote DDS in proxied devices. (flutter/flutter#145346)
    2024-03-19 [email protected] Roll Flutter Engine from 7095e6a4a643 to bacb027aa824 (2 revisions) (flutter/flutter#145424)
    2024-03-19 [email protected] Roll Flutter Engine from 59138d5f8e88 to 7095e6a4a643 (1 revision) (flutter/flutter#145409)
    2024-03-19 [email protected] Add a `minTileHeight` to ListTile widget so its height can be customized to less than the default height. (flutter/flutter#145244)
    2024-03-19 [email protected] Widget state properties (flutter/flutter#142151)
    2024-03-19 [email protected] chore: fix some comments (flutter/flutter#145397)
    2024-03-19 [email protected] Roll Flutter Engine from 7ea6b003ffeb to 59138d5f8e88 (1 revision) (flutter/flutter#145404)
    2024-03-19 [email protected] Roll Packages from a757073 to a2f4ce0 (3 revisions) (flutter/flutter#145399)
    2024-03-19 [email protected] Roll Flutter Engine from d8fbcfbd799c to 7ea6b003ffeb (2 revisions) (flutter/flutter#145398)
    
    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],[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 Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6975ba7 View commit details
    Browse the repository at this point in the history
  2. [camera_android] Update README to encourage users to use CameraX impl…

    …ementation (#6353)
    
    Modify README to encourage users to opt into camera_android_camerax to
    start ramping up usage before changing it to the default plugin
    implementation on Android.
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [relevant style guides] and ran the
    auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages
    repo does use `dart format`.)
    - [x] I signed the [CLA].
    - [x] The title of the PR starts with the name of the package surrounded
    by square brackets, e.g. `[shared_preferences]`
    - [ ] I [linked to at least one issue that this PR fixes] in the
    description above.
    - [x] I updated `pubspec.yaml` with an appropriate new version according
    to the [pub versioning philosophy], or this PR is [exempt from version
    changes].
    - [x] I updated `CHANGELOG.md` to add a description of the change,
    [following repository CHANGELOG style].
    - [ ] I updated/added relevant documentation (doc comments with `///`).
    - [x] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [x] All existing and new tests are passing.
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/packages/blob/main/CONTRIBUTING.md
    [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
    [relevant style guides]:
    https://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
    [Discord]: https://github.com/flutter/flutter/wiki/Chat
    [linked to at least one issue that this PR fixes]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
    [pub versioning philosophy]: https://dart.dev/tools/pub/versioning
    [exempt from version changes]:
    https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version-and-changelog-updates
    [following repository CHANGELOG style]:
    https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changelog-style
    [test-exempt]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
    camsim99 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8df9848 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. [adaptive_scaffold] : 🐛 #141938 - Drawer stays open even on destinati…

    …on tap. (#6289)
    
    (#141938)
    
    *Changes included in PR are listed as follows*
    
    - As per material guidelines, Drawer shall be dismissed when user taps any destination/item. If drawer is open, and user taps on any item, before calling onDestinationSelected() - we are now dismissing drawer.
    - CHANGELOG.md file updated.
    - Updated to v0.1.9.
    
    *Issue : flutter/flutter#141938
    aliasgar4558 authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b7fbe68 View commit details
    Browse the repository at this point in the history
Loading