Skip to content

Commit

Permalink
Bump shared_preferences from 2.3.4 to 2.3.5 (#30)
Browse files Browse the repository at this point in the history
Bumps
[shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences)
from 2.3.4 to 2.3.5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/flutter/packages/commit/2e58910ade6138ad80d0f03d37244ec8ccbf96b2"><code>2e58910</code></a>
[shared_preferences] Add information about shared preferences android to
docs...</li>
<li><a
href="https://github.com/flutter/packages/commit/2d5e714c51f7239525a947a107be4ce8e9415ad5"><code>2d5e714</code></a>
Bump Plugin Example Apps to TargetSdkVersion &gt;= 34 (<a
href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8285">#8285</a>)</li>
<li><a
href="https://github.com/flutter/packages/commit/4841b26c129361b09d868f32a3bdc222e75398ff"><code>4841b26</code></a>
[ci] Re-enable macOS sandboxing (<a
href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8293">#8293</a>)</li>
<li>See full diff in <a
href="https://github.com/flutter/packages/commits/shared_preferences-v2.3.5/packages/shared_preferences">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shared_preferences&package-manager=pub&previous-version=2.3.4&new-version=2.3.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
rochi88 authored Jan 7, 2025
2 parents 8ecbd84 + ab726b8 commit 117cca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1278,10 +1278,10 @@ packages:
dependency: "direct main"
description:
name: shared_preferences
sha256: "3c7e73920c694a436afaf65ab60ce3453d91f84208d761fbd83fc21182134d93"
sha256: a752ce92ea7540fc35a0d19722816e04d0e72828a4200e83a98cf1a1eb524c9a
url: "https://pub.dev"
source: hosted
version: "2.3.4"
version: "2.3.5"
shared_preferences_android:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies:
flutter_screenutil: ^5.9.3
json_annotation: ^4.9.0
device_preview: ^1.2.0
shared_preferences: ^2.3.4
shared_preferences: ^2.3.5
rxdart: ^0.28.0
firebase_cached_image: ^0.6.1
connectivity_plus: ^6.1.1
Expand Down

0 comments on commit 117cca4

Please sign in to comment.