Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f59c08db3f27
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 73986f4cc857
Choose a head ref
  • 5 commits
  • 23 files changed
  • 6 contributors

Commits on Feb 8, 2023

  1. Manual roll Flutter from e8eac0d to 2303f42 (23 revisions) (#7132)

    * 1c22567 Update to v0.158 of the token database. (flutter/flutter#120149)
    
    * 0b0450f Web tab selection (flutter/flutter#119583)
    
    * 1089588 un-pin package:intl (flutter/flutter#119900)
    
    * 5be7f66 f310ffd14 Roll Skia from 3b1401c4870d to 87dbc81b421f (4 revisions) (flutter/engine#39457) (flutter/flutter#120214)
    
    * aed9b4a Revert "Revert "Fix unable to find bundled Java version (#119244)" (#119981)" (flutter/flutter#120107)
    
    * 98b3e48 Fix hang on successful dev/bots/analyze.dart (flutter/flutter#117660)
    
    * cd125e1 Add test for RenderProxyBoxMixin; clarify doc, resolve TODO (flutter/flutter#117664)
    
    * f94fa7e Roll Flutter Engine from f310ffd1461a to 7098858dc0a5 (9 revisions) (flutter/flutter#120251)
    
    * 99b6bd8 Add support for extending selection to paragraph on ctrl + shift + arrow up/down on Non-Apple platforms (flutter/flutter#120151)
    
    * 1e6e6d4 Revert "Roll Flutter Engine from f310ffd1461a to 7098858dc0a5 (9 revisions) (#120251)" (flutter/flutter#120257)
    
    * 6e7f580 fix a TextFormField bug (flutter/flutter#120182)
    
    * 3f98c0f Add trackOutlineColor for Switch and SwitchListTile (flutter/flutter#120140)
    
    * 7f578fb Revert "Stop recursively including assets from asset folders (#120167)" (flutter/flutter#120283)
    
    * d8154fd Manual roll Flutter Engine from f310ffd1461a to bdc5b6b768f6 (12 revisions) (flutter/flutter#120261)
    
    * 75ca31b Correct Badge interpretation of its alignment parameter (flutter/flutter#119853)
    
    * 0588b92 Removed "if" on resolving text color at "SnackBarAction" (flutter/flutter#120050)
    
    * 0a97ef8 Fix BottomAppBar & BottomSheet M3 shadow (flutter/flutter#119819)
    
    * bfea22d Roll Plugins from 6f985d5 to f59c08d (3 revisions) (flutter/flutter#120303)
    
    * ec289f1 Don't call `PlatformViewCreatedCallback`s after `AndroidViewController` is disposed (flutter/flutter#116854)
    
    * 3a51417 Remove Android spell check integration test (flutter/flutter#120144)
    
    * 51227a9 Add missing parameters to `RadioListTile` (flutter/flutter#120117)
    
    * 212bac8 Revert "Update `ExpansionTile` to support Material 3 & add an example (#119712)" (flutter/flutter#120300)
    
    * 2303f42 Manual roll Flutter Engine from bdc5b6b768f6 to cc4ca6a06ab3 (8 revisions) (flutter/flutter#120309)
    engine-flutter-autoroll authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    84ad624 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. [ci] Complete architecture switch for iOS (#7066)

    Enables the new architecture tests for iOS and turns down the old ones.
    Platform tests are now run on ARM, and the build-all test is run on
    Intel for coverage of building on both architectures.
    stuartmorgan-g authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d8812bc View commit details
    Browse the repository at this point in the history
  2. [google_maps_flutter_android] Fixes points losing precision when conv…

    …erting to LatLng (#7101)
    
    * fix points losing precision when converted to lat long
    
    * add changelog
    
    * fix format
    
    * fix format
    
    * fix name
    
    * fix format
    
    * add license
    balvinderz authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    7031110 View commit details
    Browse the repository at this point in the history
  3. [camera] availableCameras() implementation for CameraX re-write (#6945)

    * Adding availableCameras to camerax camera implementation
    
    * Marking loop variables as nullable in availableCameras
    
    * adding testing for android_camerax availableCameras()
    
    * marking variable final
    
    * removing commented import
    
    * cleaning up tests for availableCamera camerax re-write
    
    * chaning import
    
    * respondingt to review comments
    
    * fixing tests
    
    * fixing presubmit issues
    
    * adding changelog message
    
    * formatting changes for presubmit tests
    
    * another formatting change for presubmit checks
    
    ---------
    
    Co-authored-by: Gray Mackall <[email protected]>
    gmackall and Gray Mackall authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    435c46f View commit details
    Browse the repository at this point in the history
  4. [image_picker_android] Name picked files to match the original filena…

    …mes where possible (#6096)
    
    * [image_picker_android] Name picked files to match the original filenames where possible.
    
    * [image_picker_android] Update CHANGELOG.md
    
    * [image_picker_android] Add license blocks
    
    * [image_picker_android] Clear imports, document FileUtils.getPathFromUri
    
    * [image_picker_android] Fix analysis issues
    SynSzakala authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    73986f4 View commit details
    Browse the repository at this point in the history
Loading