1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00
Files
samples/web/samples_index/test/yaml/single.yaml
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
2021-08-02 15:41:18 -07:00

27 lines
761 B
YAML

samples:
- name: Kittens
screenshots:
- url: https://placekitten.com/500/500
alt: a kitten
- url: https://placekitten.com/400/400
alt: another kitten
source: https://github.com/johnpryan/kittens
description: A sample kitten app
difficulty: beginner
widgets:
- AnimatedBuilder
- FutureBuilder
packages:
- json_serializable
- path
tags: ['beginner', 'kittens', 'cats']
platforms: ['web', 'ios', 'android']
links:
- text: inspiration
href: https://apps.apple.com/us/app/neko-atsume-kitty-collector/id923917775
- text: author
href: https://jpryan.me
type: sample # sample, app, or cookbook
date: 2019-12-15T02:59:43.1Z
channel: stable