forked from flutter/samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbad.yaml
More file actions
27 lines (27 loc) · 805 Bytes
/
bad.yaml
File metadata and controls
27 lines (27 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
samples:
# Bad type, should be string, but it's a number.
- name: 42
screenshots:
- url: https://placekitten.com/500/500
alt: a kitten
- url: https://placekitten.com/400/400
alt: another kitten
source: http://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: http://jpryan.me
type: sample # sample, app, or cookbook
date: 2019-12-15T02:59:43.1Z
channel: stable