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
1 year 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>
1 year ago
Brett Morgan
3d0200df87
Add `next_gen_ui_demo` to samples index ( #1824 )
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
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 )
2 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 )
3 years ago
John Ryan
3f5ab56485
Add workflow to deploy the sample index ( #791 )
...
* Add workflow to build and deploy the sample index
* update gh-pages action
* fix yaml
* create web/ directory in build
* grammar
* add ignored directories
* revert pubspec.lock files
* add job to run _tool/verify_samples.dart
* Update filipino_cuisine for Flutter 2
* remove timeflow demo.
The unnamed List constructor is now deprecated, refactoring
this code to use add() requires more knowledge about the code for
this demo.
https://dart.dev/null-safety/understanding-null-safety#no-unnamed-list-constructor
* update slide_puzzle
* ensure stable channel is used to verify
* move verify web demos action into separate yaml file - avoid running
on each flutter version.
* add on: pull_request
* update slide_puzzle
* Update gh-pages.yml
* Add copyright header
4 years ago
John Ryan
241e2c1b26
Fix cookbook scraper bugs and re-run ( #697 )
...
* fix path separator bug in cookbook scraper
* update lockfiles
* add category to image name to avoid conflicts
e.g.
testing/integration/introduction
testing/widget/introduction
* fix form_app symlink
* remove webimages directory
* remove vision_challenge
vision_challenge doesn't build on the dev channel
* update pubspec.yaml in _tool and form_app
4 years ago
Udit Singh
f628602f2a
[samples_index] Update samples.yaml added samples. ( #604 )
...
* Add infinite_list,
ios_app_clip and testing_app to Sample Index
* Add infinite_list and ios_app_clip and testing_app
Images
Co-authored-by: Udit singh <Udit-singh@users.noreply.github.com>
4 years ago
Tushar Ojha
2f6767f95e
[samples_index] updated source code url for form_app ( #688 )
4 years ago
Sashika Nawarathne
60c5cf97eb
Fix carousel alignment issue ( #691 )
4 years ago
Sashika Nawarathne
d1b054cb02
[samples_index] Fix carousel edge cases and make mobile responsive ( #608 )
...
* Fix carousel ui issues
* Update carousel to be mobile responsive
4 years ago
Sashika Nawarathne
c60f02d7c3
Implement carousel ( #605 )
...
Add type declaration
4 years ago