mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
I've confirmed that the `links` configuration attribute is indeed unused: https://flutter.github.io/samples/next_gen_u_i_demo.html Dropping unused configuration sounds like a good move. We can re-introduce it if/when we start displaying the content. ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. <!-- Links --> [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/wiki/Chat [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
22 lines
587 B
YAML
22 lines
587 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']
|
|
type: sample # sample, app, or cookbook
|
|
date: 2019-12-15T02:59:43.1Z
|
|
channel: stable
|