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.
* 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
* 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
* 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>