Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[path_provider] Fix iOS getApplicationSupportDirectory regression #7026

Merged

Commits on Jan 25, 2023

  1. [path_provider] Fix iOS path regression

    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 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    de08bf0 View commit details
    Browse the repository at this point in the history
  2. Bump version

    stuartmorgan committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    972c0da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a40451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b09cc8 View commit details
    Browse the repository at this point in the history