1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
John Ryan
176c565295 Update ignored directories in gh-pages step (#2151)
Follow-up to 975a25bb0b
2024-01-30 10:06:37 -08:00
John Ryan
975a25bb0b Update ignored directories in gh-pages step (#2150)
Follow up to https://github.com/flutter/samples/pull/2144

cc: @kevmoo
2024-01-29 15:47:10 -08:00
Parker Lougheed
9a82e003ba Minor sample index cleanup (#1532) 2022-12-15 21:36:04 -06:00
Parker Lougheed
9b840e61c8 Fix some web tool pub issues (#1291) 2022-05-30 12:28:30 -05:00
John Ryan
a46327ef80 Fix <base href="/"> tags in hosted samples, if required. (#867)
* Fix <base href="/"> tags in hosted samples, if required.

* add trailing slash
2021-08-09 08:56:39 -07:00
John Ryan
1403e67144 Exit the sample index deployment CI script if a sub-process fails (#847) 2021-07-09 14:58:15 -07:00
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
2021-05-06 10:26:15 -07:00