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
dependabot[bot]
cdc9025be2
Bump markdown from 6.0.1 to 7.0.0 in /web/_tool ( #1653 )
2 years ago
Brett Morgan
5401bb88b4
Flutter 3.7.0 ( #1556 )
...
* Update `simplistic_editor` for Flutter 3.4 beta
* Re-enable beta and master CI
* Disable on master
* Added sample code for using plugins and channels from background isolates.
* goderbauer feedback 1
* goderbauer feedback2
* goderbauer feedback 3
* Add `background_isolate_channels` to CI
* Enable beta CI
* Enable all `stable` CI projects
* `dart fix --apply`
* `print` -> `denugPrint`
* Make deps min version not pinned
* Drop `_isDebug`
* Remove unused import
* `dart format`
* Fixup `linting_tool`
* Fixup `form_app`
* Enable all `master` CI
* Basic fixes
* Patch `simplistic_editor`
* Fix nl at eol
* Comment out `simplistic_editor`
* Incorporating @bleroux's latest changes
* Clean up CI scripts
* Copy `experimental/material_3_demo` to top level
* Update `game_template`
* Update `animations`
* Update `desktop_photo_search`
* Update `flutter_maps_firestore`
* Update `form_app`
* Update `infinite_list`
* Update `isolate_example`
* Update `jsonexample`
* Update `navigation_and_routing`
* Update `place_tracker`
* Update `platform_channels`
* Update `platform_design`
* Update `provider_shopper`
* Fixup `context_menus`
* `dart format`
* Update the main `material_3_demo`
* Make `tool/flutter_ci_script_stable.sh` executable again
Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
Co-authored-by: Aaron Clarke <aaclarke@google.com>
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
Parker Lougheed
0ff17c4c3a
Switch to using dart run instead of base-VM command ( #1476 )
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
dependabot[bot]
e84e396a1f
Bump markdown from 5.0.0 to 6.0.0 in /web/_tool ( #1376 )
...
Bumps [markdown](https://github.com/dart-lang/markdown ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/dart-lang/markdown/releases )
- [Changelog](https://github.com/dart-lang/markdown/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dart-lang/markdown/compare/5.0.0...6.0.0 )
---
updated-dependencies:
- dependency-name: markdown
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
Brett Morgan
a6bb4d1c20
Fix beta CI ( #1311 )
2 years ago
Brett Morgan
0a55acfba9
Drop Slide Puzzle's web launch ( #1303 )
2 years ago
Brett Morgan
db3edccdd5
`web/slide_puzzle` remove unmaintained sample ( #1290 )
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
Parker Lougheed
9b840e61c8
Fix some web tool pub issues ( #1291 )
3 years ago
Brett Morgan
4af443d33f
Drop lock files from repo ( #1282 )
3 years ago
Brett Morgan
3a0a652984
Add `use_super_parameters` lint ( #1269 )
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
f998c9577e
Add `unawaited_futures` ( #1148 )
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
c741a8ded8
Update `slide_puzzle` ( #1113 )
3 years ago
Brett Morgan
63235a729a
Update `pubspec.lock` and friends ( #1076 )
3 years ago
Brett Morgan
3b46646306
`flutter pub upgrade --major-versions` ( #1061 )
3 years ago
Brett Morgan
a481c264cd
Remove git:// url, update deps, fix `destop_photo_search` ( #1052 )
3 years ago
Craig Labenz
9720e2698b
Working slide_puzzle ( #1012 )
...
* updates slide puzzle to latest
* Bump slide_puzzle to working version
* switch to slide_puzzle release
* Bump slide_puzzle to working version
3 years ago
Craig Labenz
d070028135
updates slide puzzle to latest ( #1011 )
3 years ago
Craig Labenz
7ec65b7236
restored GA to samples index ( #1010 )
3 years ago
Brett Morgan
ae50cc192e
Update `slide_puzzle` ( #1007 )
3 years ago