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: 1e5efd144f93
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9406bc209a2
Choose a head ref
  • 4 commits
  • 45 files changed
  • 4 contributors

Commits on Jan 25, 2023

  1. [path_provider] Fix iOS getApplicationSupportDirectory regression (#…

    …7026)
    
    When switching iOS to share the macOS implementation, the application
    support path for iOS accidentally changed because I forgot the macOS
    implementation added an extra subdirectory to it. This fixes that
    regression by returning iOS to the path `path_provider_ios` used.
    
    Fixes flutter/flutter#119133
    stuartmorgan-g authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    bc0174f View commit details
    Browse the repository at this point in the history
  2. [url_launcher] Convert Windows to Pigeon (#6991)

    * Initial definition matching current API
    
    * Rename, autoformat
    
    * Update native implementation and unit tests
    
    * Update Dart; remove unnecessary Pigeon test API
    
    * Version bump
    
    * autoformat
    
    * Adjust mock API setup
    
    * Improve comment
    stuartmorgan-g authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    15d799b View commit details
    Browse the repository at this point in the history
  3. Roll Flutter from c35efda to a815ee6 (22 revisions) (#7025)

    * 3735231 Cleanup old Dart SDK layout compatibility (flutter/flutter#118819)
    
    * 4d25030 Add leak_tracker as dev_dependency.  (flutter/flutter#118952)
    
    * e3c51a2 Add Windows unit tests to plugin template (flutter/flutter#118638)
    
    * d20dd9e Roll Flutter Engine from 7d3233d26d09 to 71ee5f19bc16 (15 revisions) (flutter/flutter#119081)
    
    * 5dabe10 Fix path name to discover debug apk on add2app builds (flutter/flutter#117999)
    
    * 50ed8a3 Enable `unnecessary_null_comparison` check (flutter/flutter#118849)
    
    * 455e6ac Test integration test apps' runner files against current template app (flutter/flutter#118646)
    
    * a788e1b Roll Flutter Engine from 71ee5f19bc16 to 59ea78bfabda (2 revisions) (flutter/flutter#119087)
    
    * c35370c Roll Flutter Engine from 59ea78bfabda to 2499a5d9fca7 (2 revisions) (flutter/flutter#119089)
    
    * 2f0dd56 Refactor highlight handling in FocusManager (flutter/flutter#119075)
    
    * 2759f3f Roll Flutter Engine from 2499a5d9fca7 to d98926c32ee7 (2 revisions) (flutter/flutter#119090)
    
    * 760fb21 Roll Flutter Engine from d98926c32ee7 to bec40654a5d7 (2 revisions) (flutter/flutter#119093)
    
    * bbca694 Roll Flutter Engine from bec40654a5d7 to 5405f2c26e85 (2 revisions) (flutter/flutter#119095)
    
    * 6414c36 f1464b49c Manually roll ANGLE, vulkan-deps, SwiftShader (flutter/engine#38650) (flutter/flutter#119097)
    
    * 426cdd9 55bb8deaf [Impeller] Linear sample atlas glyphs when the CTM isn't translation/scale only (flutter/engine#39112) (flutter/flutter#119098)
    
    * 83c3a61 Only emit image painting events in debug & profile modes. (flutter/flutter#118872)
    
    * b113df2 bffb98352 Roll Skia from b72fececbdcc to 8ffd5c20d634 (3 revisions) (flutter/engine#39114) (flutter/flutter#119099)
    
    * 351466a Add Decoding Flutter videos to API docs (flutter/flutter#116454)
    
    * 318f875 Pass through magnifierConfiguration (flutter/flutter#118270)
    
    * eced23e d39ab638b Roll Fuchsia Mac SDK from MUvFS0baOnigVUIND... to _H53AyDxR9Pm2TbwN... (flutter/engine#39122) (flutter/flutter#119126)
    
    * 29ab437 Add Material 3 `CheckboxListTile` example and update existing examples (flutter/flutter#118792)
    
    * a815ee6 8efc7183b Roll Skia from 8ffd5c20d634 to da5034f9d117 (4 revisions) (flutter/engine#39123) (flutter/flutter#119129)
    engine-flutter-autoroll authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    dc8ad77 View commit details
    Browse the repository at this point in the history
  4. [camerax] Adds functionality to bind UseCases to a lifecycle (#6939)

    * Copy over code from proof of concept
    
    * Add dart tests
    
    * Fix dart tests
    
    * Add java tests
    
    * Add me as owner and changelog change
    
    * Fix analyzer
    
    * Add instance manager fix
    
    * Update comment
    
    * Undo instance manager changes
    
    * Formatting
    
    * Fix analyze
    
    * Address review
    
    * Fix analyze
    
    * Add import
    
    * Fix assertion error
    
    * Remove unecessary this keywrod
    
    * Update packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/ProcessCameraProviderHostApiImpl.java
    
    Co-authored-by: Maurice Parrish <[email protected]>
    
    Co-authored-by: Maurice Parrish <[email protected]>
    camsim99 and bparrishMines authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e9406bc View commit details
    Browse the repository at this point in the history
Loading