Reorganizes the samples index to deprioritize the gallery in favor of
some recent web demos, particularly the Material 3 demo.
This PR does keep the gallery in the index, as it is no more out of date
than other samples and there are plans to retire this index. It however
updates its demo link to a new Firebase destination that will remain
hosted for posterity.
Closes https://github.com/flutter/samples/issues/2139
Remove the cookbook recipes from the samples index in a step to
eventually remove it as a whole.
The cookbook recipe listings in the index haven't been updated in a long
time, the support for updating them doesn't work, and this isn't
generally how people are finding cookbook recipes.
This has the added benefit of reducing repo size quite a bit due to the
large images.
â ï¸ **Dependabot is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/lints/releases">lints's releases</a>.</em></p>
<blockquote>
<h2>package:lints v3.0.0</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>dangling_library_doc_comments</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
<li>removed <code>no_wildcard_variable_uses</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
<li>removed <code>prefer_void_to_null</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a> file.</li>
</ul>
<h2>package:lints v3.0.0-beta.2</h2>
<ul>
<li>Add <code>dangling_library_doc_comments</code> to core.</li>
<li>Remove <code>no_wildcard_variable_uses</code> from core.</li>
<li>Remove <code>prefer_void_to_null</code> from recommended.</li>
</ul>
<h2>package:lints v3.0.0-beta</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>no_wildcard_variable_uses</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a> file.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/lints/blob/main/CHANGELOG.md">lints's changelog</a>.</em></p>
<blockquote>
<h2>3.0.0</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>dangling_library_doc_comments</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
<li>removed <code>no_wildcard_variable_uses</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
<li>removed <code>prefer_void_to_null</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a> file.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="975c687068"><code>975c687</code></a> rev to 3.0.0; prep to publish (<a href="https://redirect.github.com/dart-lang/lints/issues/160">#160</a>)</li>
<li><a href="90d350eb89"><code>90d350e</code></a> Bump actions/checkout from 3.6.0 to 4.1.0 (<a href="https://redirect.github.com/dart-lang/lints/issues/159">#159</a>)</li>
<li><a href="140c8025fe"><code>140c802</code></a> Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (<a href="https://redirect.github.com/dart-lang/lints/issues/158">#158</a>)</li>
<li><a href="624a09da9c"><code>624a09d</code></a> add dangling_library_doc_comments, remove prefer_void_to_null (<a href="https://redirect.github.com/dart-lang/lints/issues/157">#157</a>)</li>
<li><a href="296efaf291"><code>296efaf</code></a> remove no_wildcard_variable_uses; improve testing (<a href="https://redirect.github.com/dart-lang/lints/issues/156">#156</a>)</li>
<li><a href="c266a04d9b"><code>c266a04</code></a> rev to 3.0.0-beta in preparation for publishing (<a href="https://redirect.github.com/dart-lang/lints/issues/153">#153</a>)</li>
<li><a href="b044acab9f"><code>b044aca</code></a> add several rules to core and recommended (<a href="https://redirect.github.com/dart-lang/lints/issues/150">#150</a>)</li>
<li><a href="81100a2eba"><code>81100a2</code></a> fix a dangling table link (<a href="https://redirect.github.com/dart-lang/lints/issues/146">#146</a>)</li>
<li><a href="8d5f750002"><code>8d5f750</code></a> move the list of lint rules from the readme to a separate rules.md file (<a href="https://redirect.github.com/dart-lang/lints/issues/145">#145</a>)</li>
<li><a href="da44af3d26"><code>da44af3</code></a> Bump actions/checkout from 3.5.3 to 3.6.0 (<a href="https://redirect.github.com/dart-lang/lints/issues/144">#144</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/lints/compare/v2.1.1...v3.0.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lints&package-manager=pub&previous-version=2.1.1&new-version=3.0.0)](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`.
---
<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>
We should wait until this sample is deployed to
https://flutter-angular.web.app/
cc: @kevmoo
---------
Co-authored-by: David Iglesias <ditman@gmail.com>
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.
---------
Co-authored-by: David Iglesias <ditman@gmail.com>
Co-authored-by: Mark Thompson <2554588+MarkTechson@users.noreply.github.com>
Co-authored-by: John Ryan <ryjohn@google.com>
* Revert "Revert "Add code sharing sample (#1444)" (#1464)"
This reverts commit dc50c46ef1.
* Opting out failing tests on Windows for CI
Co-authored-by: Craig Labenz <craig.labenz@gmail.com>
* code-sharing boilerplate
* initial commit of code-sharing logic
* documentation improvements
* added code-sharing to samples.yaml
* Updated counter UI to visually indicate communication with the server
* added code_sharing to CI
* CI changes to code_sharing
* fixed test with DI
* formatting
* added shared module to CI
* adds forgotten CI change