mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 22:38:42 +00:00
Add web_dashboard and form_app to sample index (#506)
* add web_dashboard and form_app to web/ via symlinks * update samples.yaml, add images * fix web/readme.md instructions * remove dependency on package:resource
This commit is contained in:
@@ -313,6 +313,52 @@ samples:
|
||||
type: sample
|
||||
web: web/provider_shopper
|
||||
|
||||
- name: Web Dashboard
|
||||
author: Flutter
|
||||
screenshots:
|
||||
- url: images/web_dashboard1.png
|
||||
alt: Web Dashboard screenshot
|
||||
- url: images/web_dashboard2.png
|
||||
alt: Web Dashbaord screenshot
|
||||
- url: images/web_dashboard3.png
|
||||
alt: Web Dashboard screenshot
|
||||
source: https://github.com/flutter/samples/tree/master/experimental/web_dashboard
|
||||
description: >
|
||||
A dashboard app that displays daily entries. Demonstrates AdaptiveScaffold and NavigationRail. Showcases how to
|
||||
use Firebase, but uses a mock backend by default.
|
||||
difficulty: advanced
|
||||
widgets:
|
||||
- AdaptiveScaffold
|
||||
- NavigationRail
|
||||
- FutureBuilder
|
||||
- StreamBuilder
|
||||
packages:
|
||||
- firebase
|
||||
tags: ['intermediate', 'sample', 'firebase']
|
||||
platforms: ['ios', 'android', 'web']
|
||||
type: sample
|
||||
web: web/web_dashboard
|
||||
|
||||
- name: Form App
|
||||
author: Flutter
|
||||
screenshots:
|
||||
- url: images/form_app1.png
|
||||
alt: Form App screenshot
|
||||
- url: images/form_app2.png
|
||||
alt: Form App screenshot
|
||||
- url: images/form_app3.png
|
||||
alt: Form App screenshot
|
||||
source: https://github.com/flutter/samples/tree/master/experimental/form_app
|
||||
description: >
|
||||
A Flutter sample app that shows how to use Forms.
|
||||
difficulty: intermediate
|
||||
widgets:
|
||||
- Form
|
||||
packages: []
|
||||
tags: ['intermediate', 'sample', 'forms']
|
||||
platforms: ['ios', 'android', 'web']
|
||||
type: sample
|
||||
web: web/form_app
|
||||
###################
|
||||
#### Web Demos ####
|
||||
###################
|
||||
|
||||
Reference in New Issue
Block a user