covid19 icon indicating copy to clipboard operation
covid19 copied to clipboard

Update dependency shared_preferences to v2

Open renovate[bot] opened this issue 4 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
shared_preferences dependencies major ^0.5.12+4 -> ^2.0.0

Release Notes

flutter/packages

v2.0.18

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

v2.0.17

  • Updates code for stricter lint checks.

v2.0.16

  • Switches to the new shared_preferences_foundation implementation package for iOS and macOS.
  • Updates code for no_leading_underscores_for_local_identifiers lint.
  • Updates minimum Flutter version to 2.10.

v2.0.15

  • Minor fixes for new analysis options.

v2.0.14

  • 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.13

  • Updates documentation on README.md.

v2.0.12

  • Removes dependency on meta.

v2.0.11

  • Corrects example for mocking in readme.

v2.0.10

  • Removes obsolete manual registration of Windows and Linux implementations.

v2.0.9

  • Fixes newly enabled analyzer options.
  • Updates example app Android compileSdkVersion to 31.
  • Moved Android and iOS implementations to federated packages.

v2.0.8

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

v2.0.7

  • Add iOS unit test target.
  • Updated Android lint settings.
  • Fix string clash with double entries on Android

v2.0.6

  • Migrate maven repository from jcenter to mavenCentral.

v2.0.5

  • Fix missing declaration of windows' default_package

v2.0.4

  • Fix a regression with simultaneous writes on Android.

v2.0.3

  • Android: don't create additional Handler when method channel is called.

v2.0.2

  • Don't create additional thread pools when method channel is called.

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 changes:

  • Setters no longer accept null to mean removing values. If you were previously using set*(key, null) for removing, use remove(key) instead.

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 is behind base branch, 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[bot] avatar Feb 23 '21 02:02 renovate[bot]

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[bot] avatar Mar 24 '23 23:03 renovate[bot]