[dependabot]: Bump the test-dependencies group across 2 directories with 1 update (#11818) Bumps the test-dependencies group with 1 update in the /packages/pigeon/platform_tests/test_plugin/android directory: [io.mockk:mockk](https://github.com/mockk/mockk). Bumps the test-dependencies group with 1 update in the /packages/shared_preferences/shared_preferences_android/android directory: [io.mockk:mockk](https://github.com/mockk/mockk). Updates `io.mockk:mockk` from 1.14.9 to 1.14.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockk/mockk/releases">io.mockk:mockk's releases</a>.</em></p> <blockquote> <h2>v1.14.11</h2> <h2>What's Changed</h2> <ul> <li>fix: added SameInstanceMatcher to handle an issue with equals method when using EqMatcher along with a mock to an object by <a href="https://github.com/DOssaA"><code>@DOssaA</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1508">mockk/mockk#1508</a></li> <li>Add scoped confirmVerified overloads for callables (KFunction and KProperty) by <a href="https://github.com/DOssaA"><code>@DOssaA</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1513">mockk/mockk#1513</a></li> <li>feat: support MockKAnnotation.useDependencyOrder for JUnit 5 by <a href="https://github.com/ilia1243"><code>@ilia1243</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1515">mockk/mockk#1515</a></li> <li>Allow updating settings from code by <a href="https://github.com/Yentis"><code>@Yentis</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1517">mockk/mockk#1517</a></li> <li>Add currentThread filter and excluded mocks to clearAllStubsFromMemory by <a href="https://github.com/evgenru"><code>@evgenru</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1519">mockk/mockk#1519</a></li> <li>Support new Kotlin annotation defaulting rule for <a href="https://github.com/InjectMockKs"><code>@InjectMockKs</code></a> by <a href="https://github.com/ZzAve"><code>@ZzAve</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1525">mockk/mockk#1525</a></li> <li>feat(dsl): Add context parameters support module (<a href="https://redirect.github.com/mockk/mockk/issues/1431">#1431</a>) by <a href="https://github.com/faraz152"><code>@faraz152</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1521">mockk/mockk#1521</a></li> <li>fix: resolve <a href="https://github.com/InjectMockKs"><code>@InjectMockKs</code></a> dependency order for interface by <a href="https://github.com/neungs-2"><code>@neungs-2</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1526">mockk/mockk#1526</a></li> <li>fix: resolve <a href="https://github.com/InjectMockKs"><code>@InjectMockKs</code></a> dependency order for list injection by <a href="https://github.com/ilia1243"><code>@ilia1243</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1527">mockk/mockk#1527</a></li> <li>fix: extract native lib from APK when not on filesystem (AGP 8.5+) by <a href="https://github.com/snowykte0426"><code>@snowykte0426</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1529">mockk/mockk#1529</a></li> <li>fix: support OpenJ9 in JvmAutoHinter by <a href="https://github.com/hspedro"><code>@hspedro</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1530">mockk/mockk#1530</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/DOssaA"><code>@DOssaA</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1508">mockk/mockk#1508</a></li> <li><a href="https://github.com/ilia1243"><code>@ilia1243</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1515">mockk/mockk#1515</a></li> <li><a href="https://github.com/Yentis"><code>@Yentis</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1517">mockk/mockk#1517</a></li> <li><a href="https://github.com/evgenru"><code>@evgenru</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1519">mockk/mockk#1519</a></li> <li><a href="https://github.com/ZzAve"><code>@ZzAve</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1525">mockk/mockk#1525</a></li> <li><a href="https://github.com/faraz152"><code>@faraz152</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1521">mockk/mockk#1521</a></li> <li><a href="https://github.com/hspedro"><code>@hspedro</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1530">mockk/mockk#1530</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.14.9...v1.14.11">https://github.com/mockk/mockk/compare/1.14.9...v1.14.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/d5617fc6239195694b5474fd16b982d5491af71c"><code>d5617fc</code></a> Version bump for v1.14.11</li> <li><a href="https://github.com/mockk/mockk/commit/d4e6a00cce3b2a9d2d758784020c9922fbd49f1e"><code>d4e6a00</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1530">#1530</a> from hspedro/fix/726-openj9-classcast-message-format</li> <li><a href="https://github.com/mockk/mockk/commit/98e91bc95301e78d63503a82d4786841e1836de0"><code>98e91bc</code></a> fix: handle OpenJ9 CCE message in JvmAutoHinter</li> <li><a href="https://github.com/mockk/mockk/commit/945f7461a42abccc657231bc25653b03b147fe7e"><code>945f746</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1529">#1529</a> from snowykte0426/fix/1273-jvmtiagent-agp85-native-l...</li> <li><a href="https://github.com/mockk/mockk/commit/35cc0730f76504bd54cd4729ebf87357e0a82975"><code>35cc073</code></a> [ 1273-jvmtiagent ] chore: stop tracking .claude/scheduled_tasks.lock</li> <li><a href="https://github.com/mockk/mockk/commit/d6aa82ba119dc8888bb615a5f3dee7d9c8b4d4a8"><code>d6aa82b</code></a> [ 1273-jvmtiagent ] chore: drop useLegacyPackaging workaround</li> <li><a href="https://github.com/mockk/mockk/commit/85a907c70878746f214fc81ab4be3d3d78368101"><code>85a907c</code></a> [ 1273-jvmtiagent ] chore: apply spotless formatting</li> <li><a href="https://github.com/mockk/mockk/commit/7d9aec1584449d800f7bb7d36e42f3aaea6a7e14"><code>7d9aec1</code></a> [ 1273-jvmtiagent ] fix: extract .so when findLibrary returns a path with '='</li> <li><a href="https://github.com/mockk/mockk/commit/1d5d30e736a90d015712fc888c27ef8670cc4b48"><code>1d5d30e</code></a> [ 1273-jvmtiagent ] test: verify findLibrary resolves mockkjvmtiagent to a va...</li> <li><a href="https://github.com/mockk/mockk/commit/21a6a3a9f608d838260fdd6fc0d0c560ccc92216"><code>21a6a3a</code></a> [ 1273-jvmtiagent]fix: pass findLibrary path directly to attach JvmtiAgent</li> <li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.14.9...v1.14.11">compare view</a></li> </ul> </details> <br /> Updates `io.mockk:mockk` from 1.14.9 to 1.14.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockk/mockk/releases">io.mockk:mockk's releases</a>.</em></p> <blockquote> <h2>v1.14.11</h2> <h2>What's Changed</h2> <ul> <li>fix: added SameInstanceMatcher to handle an issue with equals method when using EqMatcher along with a mock to an object by <a href="https://github.com/DOssaA"><code>@DOssaA</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1508">mockk/mockk#1508</a></li> <li>Add scoped confirmVerified overloads for callables (KFunction and KProperty) by <a href="https://github.com/DOssaA"><code>@DOssaA</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1513">mockk/mockk#1513</a></li> <li>feat: support MockKAnnotation.useDependencyOrder for JUnit 5 by <a href="https://github.com/ilia1243"><code>@ilia1243</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1515">mockk/mockk#1515</a></li> <li>Allow updating settings from code by <a href="https://github.com/Yentis"><code>@Yentis</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1517">mockk/mockk#1517</a></li> <li>Add currentThread filter and excluded mocks to clearAllStubsFromMemory by <a href="https://github.com/evgenru"><code>@evgenru</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1519">mockk/mockk#1519</a></li> <li>Support new Kotlin annotation defaulting rule for <a href="https://github.com/InjectMockKs"><code>@InjectMockKs</code></a> by <a href="https://github.com/ZzAve"><code>@ZzAve</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1525">mockk/mockk#1525</a></li> <li>feat(dsl): Add context parameters support module (<a href="https://redirect.github.com/mockk/mockk/issues/1431">#1431</a>) by <a href="https://github.com/faraz152"><code>@faraz152</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1521">mockk/mockk#1521</a></li> <li>fix: resolve <a href="https://github.com/InjectMockKs"><code>@InjectMockKs</code></a> dependency order for interface by <a href="https://github.com/neungs-2"><code>@neungs-2</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1526">mockk/mockk#1526</a></li> <li>fix: resolve <a href="https://github.com/InjectMockKs"><code>@InjectMockKs</code></a> dependency order for list injection by <a href="https://github.com/ilia1243"><code>@ilia1243</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1527">mockk/mockk#1527</a></li> <li>fix: extract native lib from APK when not on filesystem (AGP 8.5+) by <a href="https://github.com/snowykte0426"><code>@snowykte0426</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1529">mockk/mockk#1529</a></li> <li>fix: support OpenJ9 in JvmAutoHinter by <a href="https://github.com/hspedro"><code>@hspedro</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1530">mockk/mockk#1530</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/DOssaA"><code>@DOssaA</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1508">mockk/mockk#1508</a></li> <li><a href="https://github.com/ilia1243"><code>@ilia1243</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1515">mockk/mockk#1515</a></li> <li><a href="https://github.com/Yentis"><code>@Yentis</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1517">mockk/mockk#1517</a></li> <li><a href="https://github.com/evgenru"><code>@evgenru</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1519">mockk/mockk#1519</a></li> <li><a href="https://github.com/ZzAve"><code>@ZzAve</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1525">mockk/mockk#1525</a></li> <li><a href="https://github.com/faraz152"><code>@faraz152</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1521">mockk/mockk#1521</a></li> <li><a href="https://github.com/hspedro"><code>@hspedro</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1530">mockk/mockk#1530</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.14.9...v1.14.11">https://github.com/mockk/mockk/compare/1.14.9...v1.14.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/d5617fc6239195694b5474fd16b982d5491af71c"><code>d5617fc</code></a> Version bump for v1.14.11</li> <li><a href="https://github.com/mockk/mockk/commit/d4e6a00cce3b2a9d2d758784020c9922fbd49f1e"><code>d4e6a00</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1530">#1530</a> from hspedro/fix/726-openj9-classcast-message-format</li> <li><a href="https://github.com/mockk/mockk/commit/98e91bc95301e78d63503a82d4786841e1836de0"><code>98e91bc</code></a> fix: handle OpenJ9 CCE message in JvmAutoHinter</li> <li><a href="https://github.com/mockk/mockk/commit/945f7461a42abccc657231bc25653b03b147fe7e"><code>945f746</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1529">#1529</a> from snowykte0426/fix/1273-jvmtiagent-agp85-native-l...</li> <li><a href="https://github.com/mockk/mockk/commit/35cc0730f76504bd54cd4729ebf87357e0a82975"><code>35cc073</code></a> [ 1273-jvmtiagent ] chore: stop tracking .claude/scheduled_tasks.lock</li> <li><a href="https://github.com/mockk/mockk/commit/d6aa82ba119dc8888bb615a5f3dee7d9c8b4d4a8"><code>d6aa82b</code></a> [ 1273-jvmtiagent ] chore: drop useLegacyPackaging workaround</li> <li><a href="https://github.com/mockk/mockk/commit/85a907c70878746f214fc81ab4be3d3d78368101"><code>85a907c</code></a> [ 1273-jvmtiagent ] chore: apply spotless formatting</li> <li><a href="https://github.com/mockk/mockk/commit/7d9aec1584449d800f7bb7d36e42f3aaea6a7e14"><code>7d9aec1</code></a> [ 1273-jvmtiagent ] fix: extract .so when findLibrary returns a path with '='</li> <li><a href="https://github.com/mockk/mockk/commit/1d5d30e736a90d015712fc888c27ef8670cc4b48"><code>1d5d30e</code></a> [ 1273-jvmtiagent ] test: verify findLibrary resolves mockkjvmtiagent to a va...</li> <li><a href="https://github.com/mockk/mockk/commit/21a6a3a9f608d838260fdd6fc0d0c560ccc92216"><code>21a6a3a</code></a> [ 1273-jvmtiagent]fix: pass findLibrary path directly to attach JvmtiAgent</li> <li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.14.9...v1.14.11">compare view</a></li> </ul> </details> <br /> 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`. --- <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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: