Brett Morgan
3b67c60274
Drop `jsonexample` ( #2089 )
1 year ago
Brett Morgan
6c00d55c66
Drop Next Gen UI demo from Samples index ( #2083 )
1 year 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
2 years ago
John Ryan
de8fc4d7e1
Make element embedding demo show up under "Web Demos" section ( #1837 )
...
Using the "demo" type will make the sample visible under the [Web
Demos](https://flutter.github.io/samples/#?platform=web ) section of the
site. cc: @ditman
2 years ago
Brett Morgan
d855bcc05a
`web/samples_index` Drop unused `links` attribute from config ( #1828 )
...
I've confirmed that the `links` configuration attribute is indeed
unused: https://flutter.github.io/samples/next_gen_u_i_demo.html
Dropping unused configuration sounds like a good move. We can
re-introduce it if/when we start displaying the content.
## 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
2 years ago
Brett Morgan
0cf8430a87
Fix up `web/samples_index` configuration for `next_gen_ui_demo` ( #1826 )
...
This PR is required to land for I/O Connect Miami next week.
Context:
https://github.com/flutter/samples/pull/1824#discussion_r1198062978
## 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
---------
Co-authored-by: Parker Lougheed <parlough@gmail.com>
2 years ago
Brett Morgan
3d0200df87
Add `next_gen_ui_demo` to samples index ( #1824 )
2 years 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
John Ryan
bb6bd81d59
Add web_embedding sample to sample index ( #1801 )
...
We should wait until this sample is deployed to
https://flutter-angular.web.app/
cc: @kevmoo
---------
Co-authored-by: David Iglesias <ditman@gmail.com>
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
d8a726a0f0
Update README.md ( #1707 )
2 years ago
Brett Morgan
3bafa557f7
Update `sdk` constraint range and update runners ( #1706 )
2 years ago
Brett Morgan
66a8d9e211
`web/samples_index` breakfix ( #1576 )
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
7e11b89445
Move to using analyzer strict modes instead of deprecated strong mode ( #1531 )
...
The strong mode options were already deprecated and are being removed in Dart 3.
2 years ago
Parker Lougheed
1463a967f6
Implement case insensitive search in the samples index ( #1518 )
...
Closes #1517
2 years ago
Brett Morgan
88145ea4ca
Drop `github_dataviz` ( #1508 )
...
* Drop `github_dataviz`
* Drop from `samples_index`
2 years ago
Parker Lougheed
847a960e02
Replace tuneup in samples_index ( #1497 )
2 years ago
Brett Morgan
ee72fc8ad7
Drop `web/particle_background` ( #1453 )
2 years ago
Brett Morgan
d99fb974a0
Re-add Craig Labenz's code sharing sample ( #1466 )
...
* 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>
2 years ago
Brett Morgan
ad1faad66b
Drop `web/charts` sample ( #1452 )
2 years ago
Parker Lougheed
405be60cda
Restrict sass_builder to v2.1.4 to fix build ( #1470 )
2 years ago
Brett Morgan
dc50c46ef1
Revert "Add code sharing sample ( #1444 )" ( #1464 )
...
This reverts commit fc6222ebc8
.
2 years ago
Craig Labenz
fc6222ebc8
Add code sharing sample ( #1444 )
...
* 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
2 years ago
Brett Morgan
0a55acfba9
Drop Slide Puzzle's web launch ( #1303 )
2 years ago
John Ryan
0002a5567e
fix material 3 image url ( #1302 )
2 years ago
Parker Lougheed
3c608d0882
Update more links and mentions to the main branch ( #1294 )
3 years ago
Brett Morgan
58bc5d7a58
Deps update, utilize `super.key` ( #1265 )
...
* Deps update, utilize `super.key`
* `flutter format`
3 years ago
Pierre-Louis
9c92e06eb6
Update samples.yaml ( #1263 )
3 years ago
Brett Morgan
ccd68f34e2
Beta ( #1234 )
3 years ago
Craig Labenz
e8b2bec22a
Add Material You and Rich Text Editor samples ( #1223 )
...
* Added Material You and Rich Text Editor samples
* updated images to have Material 3
* updated packages info
3 years ago
Brett Morgan
ee9b3372b6
Add Photo Search app ( #1112 )
...
* Add Photo Search app
* Add `desktop_photo_search` screenshots
* Add `desktop_photo_search` screenshots
3 years ago
Brett Morgan
a481c264cd
Remove git:// url, update deps, fix `destop_photo_search` ( #1052 )
3 years ago
Craig Labenz
7ec65b7236
restored GA to samples index ( #1010 )
3 years ago
John Ryan
0cb331f7a7
Update slide puzzle description ( #980 )
3 years ago
John Ryan
ef464b83b9
Update slide_puzzle screenshot ( #979 )
3 years ago
Brett Morgan
58af3f5c75
Delete the `filipino_cuisine` web sample ( #923 )
...
* Delete the `filipino_cuisine` web sample
* Drop `filipino_cuisine` from sample index
3 years ago
Brett Morgan
e2e2713986
Enforce `use_key_in_widget_constructors` and `file_names` lints ( #913 )
...
* Start enforcing use_key_in_widget_constructors and file_names lints
* dart format
* analysis fixes
* analysis fixes, pt2
* analysis fixes, part 3
* Revert platform_design (test failure)
* More reverts
* Notate why we aren't enforcing a lint
3 years ago
Brett Morgan
583457dc75
Drop author from pubspecs, organise imports ( #899 )
3 years ago
Brett Morgan
297f6b0b96
Upgrade deps, format, fix web/filipino_cuisine ( #898 )
...
fixes: https://github.com/flutter/samples/issues/897
3 years ago
Michael Thomsen
ba58407a26
Update samples.yaml ( #866 )
3 years ago
John Ryan
1818925286
Add navigation_and_routing sample to visual sample index ( #863 )
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
Arash
52fa15609c
Update samples.yaml ( #855 )
...
Fix incorrect URL source of Platform View Swift sample
3 years ago
Brett Morgan
936d1fdaae
Upgrading samples to flutter_lints, part 1 of n ( #804 )
4 years ago