Soroush Beigi
1f31580907
Updating samples Dart sdk to the last stable version ( #2209 )
8 months ago
Parker Lougheed
ab6d874404
Simplify samples index and remove cookbook recipes ( #2102 )
...
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.
11 months ago
Brett Morgan
0ccc283a4e
Fixup for failing Beta CI ( #2092 )
...
Turns out, we shipped a new Flutter beta as well.
Commenting out `experimental/varfont_shader_puzzle` from beta CI
Everything else is just cleanup.
## 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 `///`).
- [x] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
12 months ago
dependabot[bot]
b4a93da8c4
Bump flutter_lints from 2.0.3 to 3.0.0 in /web/samples_index ( #2060 )
...
Bumps
[flutter_lints](https://github.com/flutter/packages/tree/main/packages )
from 2.0.3 to 3.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3f8a5029fb
"><code>3f8a502</code></a>
[pigeon] Remove support for non-NNBD (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1524 ">#1524</a>)</li>
<li><a
href="4eda7ad208
"><code>4eda7ad</code></a>
[pigeon] Fixes bug where Dart <code>FlutterApi</code>s would assert that
a nullable argu...</li>
<li><a
href="dff39d7b48
"><code>dff39d7</code></a>
[go_router]refactor runtime check to assert (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1362 ">#1362</a>)</li>
<li><a
href="5600590b50
"><code>5600590</code></a>
[go_router] Export inherited_go_router.dart file (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1145 ">#1145</a>)</li>
<li><a
href="d8bf76e582
"><code>d8bf76e</code></a>
[flutter_markdown] Remove build status from <code>README.md</code> (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1326 ">#1326</a>)</li>
<li><a
href="bc223c1272
"><code>bc223c1</code></a>
Remove checked in binaries from flutter/packages. (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1338 ">#1338</a>)</li>
<li><a
href="aff9cccafb
"><code>aff9ccc</code></a>
[rfw] Run tests for package:rfw on stable as well. (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/888 ">#888</a>)</li>
<li><a
href="84a2e796d7
"><code>84a2e79</code></a>
[Pigeon] Make the generated Java Builder class final (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1247 ">#1247</a>)</li>
<li><a
href="a9d6bf14ba
"><code>a9d6bf1</code></a>
[go_router] improve coverage (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/977 ">#977</a>)</li>
<li><a
href="202fb329c9
"><code>202fb32</code></a>
[flutter_lints] version 2.0 (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1165 ">#1165</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/flutter/packages/commits/pigeon-v3.0.0/packages ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flutter_lints&package-manager=pub&previous-version=2.0.3&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`.
[//]: # (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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Brett Morgan
7d169b4d98
Update for 3.13 stable ( #1992 )
1 year ago
Brett Morgan
f1fd4341ff
Flutter beta ( #1952 )
1 year ago
John Ryan
f687ff5861
Upgrade sample index dependencies ( #1836 )
...
This upgrades sass and sass_builder to the latest versions. Related to
https://github.com/dart-lang/dart-pad/pull/2537
1 year ago
Parker Lougheed
4d5acf97ca
Update samples index dependencies and constraints ( #1816 )
...
Updates build dependencies as well as other constraints to more closely
match versions used.
Supersedes https://github.com/flutter/samples/pull/1814
2 years ago
Brett Morgan
82e38e5b79
Update samples for Dart 3.0.0 ( #1803 )
2 years ago
Brett Morgan
36e7a6ab04
Update for Flutter 3.10 beta ( #1746 )
...
## 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>
2 years ago
Brett Morgan
3bafa557f7
Update `sdk` constraint range and update runners ( #1706 )
2 years ago
dependabot[bot]
0613b12381
Bump image from 3.3.0 to 4.0.4 in /web/samples_index ( #1546 )
...
Bumps [image](https://github.com/brendan-duncan/image ) from 3.3.0 to 4.0.4.
- [Release notes](https://github.com/brendan-duncan/image/releases )
- [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md )
- [Commits](https://github.com/brendan-duncan/image/compare/3.3.0...4.0.4 )
---
updated-dependencies:
- dependency-name: image
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Parker Lougheed
9a82e003ba
Minor sample index cleanup ( #1532 )
2 years ago
Parker Lougheed
847a960e02
Replace tuneup in samples_index ( #1497 )
2 years ago
Parker Lougheed
405be60cda
Restrict sass_builder to v2.1.4 to fix build ( #1470 )
2 years ago
Brett Morgan
58bc5d7a58
Deps update, utilize `super.key` ( #1265 )
...
* Deps update, utilize `super.key`
* `flutter format`
3 years ago
Brett Morgan
a481c264cd
Remove git:// url, update deps, fix `destop_photo_search` ( #1052 )
3 years ago
Brett Morgan
583457dc75
Drop author from pubspecs, organise imports ( #899 )
3 years ago
John Ryan
7de8fafcee
Fix sample index deployment action ( #862 )
...
* Update sample index dependencies
* Update to tuneup 0.3.8, update dependencies
* Upgrade to null safety, lock sass version
* fix analyzer warnings
* Fix unit tests
* Fix issues from upgrading to null safety
3 years ago
Brett Morgan
936d1fdaae
Upgrading samples to flutter_lints, part 1 of n ( #804 )
3 years ago
Tushar Ojha
2f6767f95e
[samples_index] updated source code url for form_app ( #688 )
4 years ago
John Ryan
34757d8aac
Add web_dashboard and form_app to sample index ( #506 )
...
* add web_dashboard and form_app to web/ via symlinks
* update samples.yaml, add images
* fix web/readme.md instructions
* remove dependency on package:resource
4 years ago
Brett Morgan
baa1f976b2
Samples maintenance ( #435 )
5 years ago
John Ryan
8763d754ad
Add thumbnail images to VSI ( #415 )
...
* add thumbnail image generation
improves page load from 41.7 MB to 7.6 MB
* remove filesCreated set - thumbnails for each image are generated.
* set package:image version in pubspec
* Update grind.dart
5 years ago
John Ryan
0a5a5109de
Add samples index ( #359 )
...
* add samples_index to web/ directory
Co-authored-by: Thea Flowers <theaflowers@google.com>
* add pub_get.dart script
* build sample index in peanut post build
* re-generate sample index with web demos
* print more details in peanut_post_build.dart
* add images for demos
* run generator
* update README
* add animations and provider shopper as symlinks
* add links to symlinked web demos
* use relative paths
* update cookbook images, urls, and description CSS
* use relative URL for navbar link
* unstage HTML files
* .gitignore generated HTML files
* add margin to toolbar
* rename escape functions
* add and update copyright headers
Co-authored-by: Thea Flowers <theaflowers@google.com>
5 years ago