mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
[samples_index] Update samples.yaml added samples. (#604)
* Add infinite_list, ios_app_clip and testing_app to Sample Index * Add infinite_list and ios_app_clip and testing_app Images Co-authored-by: Udit singh <Udit-singh@users.noreply.github.com>
This commit is contained in:
@@ -289,6 +289,72 @@ samples:
|
||||
platforms: ['ios']
|
||||
type: sample
|
||||
|
||||
- name: Infinite List
|
||||
author: Flutter
|
||||
screenshots:
|
||||
- url: images/infinite_list.png
|
||||
alt: Infinite List screenshot
|
||||
source: https://github.com/flutter/samples/tree/master/infinite_list
|
||||
description: >
|
||||
A Flutter sample app that shows an implementation of the "infinite list" UX pattern.
|
||||
That is, a list is shown to the user as if it was continuous although it is internally
|
||||
paginated. This is a common feature of mobile apps, from shopping catalogs
|
||||
through search engines to social media clients.
|
||||
difficulty: intermediate
|
||||
widgets:
|
||||
- Selector
|
||||
- AppBar
|
||||
- ListTile
|
||||
- ListView
|
||||
packages:
|
||||
- provider
|
||||
- meta
|
||||
tags: ['sample', 'material', 'design', 'android', 'ios']
|
||||
platforms: ['ios', 'android']
|
||||
type: sample
|
||||
|
||||
- name: IOS App Clip
|
||||
author: Flutter
|
||||
screenshots:
|
||||
- url: images/ios_app_clip.png
|
||||
alt: IOS App Clip screenshot
|
||||
source: https://github.com/flutter/samples/tree/master/ios_app_clip
|
||||
description: >
|
||||
A Flutter sample app that shows the demonstrating integration with iOS 14's App Clip,
|
||||
the App Clip target is rendered by Flutter and uses a plugin.
|
||||
difficulty: intermediate
|
||||
widgets:
|
||||
- CupertinoApp
|
||||
- AppBar
|
||||
- FlutterLogo
|
||||
packages:
|
||||
- device_info
|
||||
tags: ['sample', 'Device Info', 'ios']
|
||||
platforms: ['ios']
|
||||
type: sample
|
||||
|
||||
- name: Testing App
|
||||
author: Flutter
|
||||
screenshots:
|
||||
- url: images/testing_app1.png
|
||||
alt: Testing App screenshot
|
||||
- url: images/testing_app2.png
|
||||
alt: Testing App screenshot
|
||||
source: https://github.com/flutter/samples/tree/master/testing_app
|
||||
description: >
|
||||
A Flutter sample app that shows different types of testing in Flutter.
|
||||
difficulty: intermediate
|
||||
widgets:
|
||||
- AppBar
|
||||
- ListTile
|
||||
- ListView
|
||||
- Snackbar
|
||||
packages:
|
||||
- provider
|
||||
tags: ['sample', 'material', 'android', 'ios']
|
||||
platforms: ['ios', 'android']
|
||||
type: sample
|
||||
|
||||
- name: Provider Shopper
|
||||
author: Flutter
|
||||
screenshots:
|
||||
|
||||
BIN
web/samples_index/web/images/infinite_list.png
Normal file
BIN
web/samples_index/web/images/infinite_list.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 220 KiB |
BIN
web/samples_index/web/images/ios_app_clip.png
Normal file
BIN
web/samples_index/web/images/ios_app_clip.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
web/samples_index/web/images/testing_app1.png
Normal file
BIN
web/samples_index/web/images/testing_app1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
BIN
web/samples_index/web/images/testing_app2.png
Normal file
BIN
web/samples_index/web/images/testing_app2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
Reference in New Issue
Block a user