Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency path_provider to v2 - abandoned #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 11, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
path_provider dependencies major ^0.4.0 -> ^2.0.0

Release Notes

flutter/packages

v2.0.13

  • Updates links for the merge of flutter/plugins into flutter/packages.
  • Updates minimum Flutter version to 3.0.

v2.0.12

  • Switches to the new path_provider_foundation implementation package
    for iOS and macOS.
  • Updates code for no_leading_underscores_for_local_identifiers lint.
  • Updates minimum Flutter version to 2.10.
  • Fixes avoid_redundant_argument_values lint warnings and minor typos.

v2.0.11

  • Updates references to the obsolete master branch.
  • Fixes integration test permission issue on recent versions of macOS.

v2.0.10

  • Removes unnecessary imports.
  • Adds OS version support information to README.
  • Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors
    lint warnings.

v2.0.9

  • Updates documentation on README.md.
  • Updates example application.

v2.0.8

  • Updates example app Android compileSdkVersion to 31.
  • Removes obsolete manual registration of Windows and Linux implementations.

v2.0.7

  • Moved Android and iOS implementations to federated packages.

v2.0.6

  • Added support for Background Platform Channels on Android when it is
    available.

v2.0.5

  • Update minimum Flutter SDK to 2.5 and iOS deployment target to 9.0.

v2.0.4

  • Updated Android lint settings.
  • Specify Java 8 for Android build.

v2.0.3

  • Add iOS unit test target.
  • Remove references to the Android V1 embedding.

v2.0.2

  • Migrate maven repository from jcenter to mavenCentral.

v2.0.1

  • Updates links for the merge of flutter/plugins into flutter/packages.
  • Updates minimum Flutter version to 3.0.

v2.0.0

  • Migrate to null safety.
  • BREAKING CHANGE: Path accessors that return non-nullable results will throw
    a MissingPlatformDirectoryException if the platform implementation is unable
    to get the corresponding directory (except on platforms where the method is
    explicitly unsupported, where they will continue to throw UnsupportedError).

v1.6.28

  • Drop unused UUID dependency for tests.

v1.6.27

  • Update the example app: remove the deprecated RaisedButton and FlatButton widgets.

v1.6.24

  • Remove unused test dependency.
  • Update Dart SDK constraint in example.

v1.6.22

  • Switch to guava-android dependency instead of full guava.

v1.6.21

  • Update android compileSdkVersion to 29.

v1.6.18

  • Keep handling deprecated Android v1 classes for backward compatibility.

v1.6.17

  • Update Windows endorsement verison again, to pick up the fix for
    web compilation in projects that include path_provider.

v1.6.16

  • Update Windows endorsement verison

v1.6.14

  • Update package:e2e -> package:integration_test

v1.6.11

  • Updated documentation to reflect the need for changes in testing for federated plugins

v1.6.10

  • Linux implementation endorsement

v1.6.9

  • Post-v2 Android embedding cleanups.

v1.6.8

  • Update lower bound of dart dependency to 2.1.0.

v1.6.7

  • Remove Android dependencies fallback.
  • Require Flutter SDK 1.12.13+hotfix.5 or greater.
  • Fix CocoaPods podspec lint warnings.

v1.6.5

  • Remove unused class name in pubspec.

v1.6.4

  • Endorsed macOS implementation.

v1.6.1

  • Android implementation does path queries in the background thread rather than UI thread.

v1.6.0

  • Support for retrieving the downloads directory was added.
    The call for this is getDownloadsDirectory.

v1.5.1

  • Remove the deprecated author: field from pubspec.yaml
  • Migrate the plugin to the pubspec platforms manifest.
  • Require Flutter SDK 1.10.0 or greater.

v1.5.0

  • Add macOS support.

v1.4.5

  • Add support for v2 plugins APIs.

v1.4.4

  • Update driver tests in the example app to e2e tests.

v1.4.2

  • Update and migrate iOS example project by removing flutter_assets, change
    "English" to "en", remove extraneous xcconfigs, update to Xcode 11 build
    settings, remove ARCHS, and build pods as libraries instead of frameworks.

v1.4.0

  • Support retrieving storage paths on Android devices with multiple external
    storage options. This adds a new class AndroidEnvironment that shadows the
    directory names from Androids android.os.Environment class.
  • Fixes getLibraryDirectory semantics & tests.

v1.3.1

  • Define clang module for iOS.

v1.3.0

  • Added iOS-only support for getLibraryDirectory.
  • Update integration tests and example test.
  • Update example app UI to use a ListView show the list of content.
  • Update .gitignore to include Xcode build output folder **/DerivedData/

v1.2.2

  • Correct the integration test for Android's getApplicationSupportDirectory call.
  • Introduce setMockPathProviderPlatform for API for tests.
  • Adds missing unit and integration tests.

v1.2.0

  • On Android, getApplicationSupportDirectory is now supported using getFilesDir.
  • getExternalStorageDirectory now returns null instead of throwing an
    exception if no external files directory is available.

v1.1.2

  • getExternalStorageDirectory now uses getExternalFilesDir on Android.

v1.1.0

  • Added getApplicationSupportDirectory.
  • Updated documentation for getApplicationDocumentsDirectory to suggest
    using getApplicationSupportDirectory on iOS and
    getExternalStorageDirectory on Android.
  • Updated documentation for getTemporaryDirectory to suggest using it
    for caches of files that do not need to be backed up.
  • Updated integration tests and example to reflect the above changes.

v1.0.0

  • Added integration tests.

v0.5.0+1

  • Log a more detailed warning at build time about the previous AndroidX
    migration.

v0.5.0

  • Log a more detailed warning at build time about the previous AndroidX
    migration.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency path_provider to v2 Update dependency path_provider to v2 - abandoned Aug 15, 2023
@renovate
Copy link
Author

renovate bot commented Aug 15, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant