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: 11361d01099d
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0c24dbdafa1
Choose a head ref
  • 2 commits
  • 128 files changed
  • 2 contributors

Commits on Jan 18, 2023

  1. Roll Flutter from cc7845e to 973cff4 (9 revisions) (#6987)

    * a3629a2 Roll Plugins from 92a5367 to 4e5cf2d (8 revisions) (flutter/flutter#118624)
    
    * ae7b99e Rename `_*Marker` classes to be `_*Scope`, for consistency (flutter/flutter#118070)
    
    * 6fafbc3 Updated tokens to v0.152 (flutter/flutter#118594)
    
    * 4b3cf9b Add reference to HardwareKeyboard in RawKeyboard documentation (flutter/flutter#118607)
    
    * 0449030 Disable Xcode cache cleanup (flutter/flutter#118641)
    
    * f989d55 Devicelab android emulator (flutter/flutter#113472)
    
    * 0eaa83a Fix some Focus related documentation typos (flutter/flutter#118576)
    
    * 780563c Add const constructor to TextInputFormatter (flutter/flutter#116654)
    
    * 973cff4 [Re-land] Button padding m3 (flutter/flutter#118640)
    engine-flutter-autoroll authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    abbcaf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. [path_provider] Merge iOS and macOS implementations (#6988)

    * Rename directory; no changes
    
    * Exclude new plugin from build-all during the transition
    
    * Rename files and classes, update metadata
    
    * Make error messages non-macOS-specific
    
    * Move implementation to shared location
    
    * IGNORE IN REVIEW add symlinks
    
    * Add macOS symlink readme
    
    * Add iOS support with sharedDarwinSource
    
    * Add iOS example freshly created from template
    
    * Add iOS symlinks
    
    * Add missing library directory to example, for parity with iOS
    
    * Move unit test to shared location, and add iOS unit test target using it
    
    * Add the Swift search paths to podspec
    
    * Remove path_provider_ios
    
    * Update CODEOWNERS
    
    * Add copyrights to example files
    stuartmorgan-g authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    e0c24db View commit details
    Browse the repository at this point in the history
Loading