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