Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/data/learning-resources-index/demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,3 @@
link:
url: https://github.com/flutter/samples/tree/main/platform_view_swift
label: Flutter GitHub

- name: Simplistic editor
description: >-
This sample text editor showcases the use of TextEditingDeltas and
a DeltaTextInputClient to expand and contract styled ranges of text.
tags:
- text
type: quickstart
link:
url: https://github.com/flutter/samples/tree/main/simplistic_editor
label: Flutter GitHub
96 changes: 0 additions & 96 deletions src/data/learning-resources-index/quickstarts_flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,6 @@
url: https://github.com/flutter/samples/tree/main/background_isolate_channels
label: Flutter GitHub

- name: Code sharing
description: >-
Demonstrates how to share business logic between a
Flutter client and Dart server using `package:shelf`.
tags:
- Dart
type: quickstart
link:
url: https://github.com/flutter/samples/tree/main/code_sharing
label: Flutter GitHub

- name: Context menus
description: >-
This sample shows how to create and customize cross-platform context menus,
such as the text selection toolbar on mobile or
the right click menu on desktop.
tags:
- macos
- windows
type: quickstart
link:
url: https://github.com/flutter/samples/tree/main/context_menus
label: Flutter GitHub

- name: Desktop UI
description: >-
Demonstrates desktop features in both Material and FluentUI design systems.
Expand Down Expand Up @@ -101,32 +77,6 @@
url: https://github.com/flutter/samples/tree/main/google_maps
label: Flutter GitHub

- name: Infinite list
description: >-
A Flutter sample app that shows an implementation of
the 'infinite list' UX pattern.
tags:
- lists
- layout
- scrolling
type: quickstart
link:
url: https://github.com/flutter/samples/tree/main/infinite_list
label: Flutter GitHub

- name: Isolates
description: >-
A sample application that
demonstrate best practices when using isolates.
tags:
- isolates
- perf
- threads
type: quickstart
link:
url: https://github.com/flutter/samples/tree/main/isolate_example
label: Flutter GitHub

- name: Navigation and routing
description: >-
A sample that shows how to use `go_router` API to
Expand All @@ -139,18 +89,6 @@
url: https://github.com/flutter/samples/tree/main/navigation_and_routing
label: Flutter GitHub

- name: Google Maps Flutter plugin
description: >-
A sample place tracking app that uses the google_apps_flutter plugin.
tags:
- maps
- google
- plugins
type: quickstart
link:
url: https://github.com/flutter/samples/tree/main/place_tracker
label: Flutter GitHub

- name: Platform adaptive design
description: >-
This sample project shows a Flutter app that
Expand All @@ -164,30 +102,6 @@
url: https://github.com/flutter/samples/tree/main/platform_design
label: Flutter GitHub

- name: Counter app with Provider
description: >-
The starter Flutter application, but
using the Provider package to manage state.
tags:
- state management
- architecture
type: quickstart
link:
url: https://github.com/flutter/samples/tree/main/provider_counter
label: Flutter GitHub

- name: Shopping app with Provider
description: >-
A Flutter sample app that shows a
state management approach using the Provider package.
tags:
- state management
- architecture
type: quickstart
link:
url: https://github.com/flutter/samples/tree/main/provider_shopper
label: Flutter GitHub

- name: Simple shaders
description: >-
A simple Flutter fragment shaders project.
Expand All @@ -199,16 +113,6 @@
url: https://github.com/flutter/samples/tree/main/simple_shader
label: Flutter GitHub

- name: Desktop calculator
description: >-
A calculator sample to demonstrate a simple start for a desktop Flutter app.
tags:
- desktop
type: quickstart
link:
url: https://github.com/flutter/samples/tree/main/simplistic_calculator
label: Flutter GitHub

- name: Testing app
description: >-
A sample app that shows different types of testing in Flutter.
Expand Down
Loading