* move snippets into old_snippets directory
* add new navigation_and_routing sample
* add copyright headers
* Apply #827 to old_snippets/ directory and upgrade them to null safety
* Code review comments
- Move Guard class into parser.dart
- Move usage of guards from Delegate to RouteInformationParser
- Rename delegate to SimpleRouterDelegate
* clean up imports
* refactor settings screen, fix bug
* avoid conflicting paths /books/new and /books/1 - rename to book/1
* dispose fields in _BookstoreState class
* remove /books path
This was causing problems
* add comment
* Change BookstoreAuthScope and BookstoreAuthScope to InheritedNotifier
* fix warnings
* Make the initial route configurable, set to '/signin'
* Enable deep linking
https://flutter.dev/docs/development/ui/navigation/deep-linking
* use path URL strategy on the web.
* remove TODO, add comment
* 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
* 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
* 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>