Skip to content

Commit 0f6dc96

Browse files
committed
docs: add Engine glossary entry (Fixes #12641)
1 parent 06d1564 commit 0f6dc96

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/data/glossary.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
- term: "Engine"
2+
short_description: |-
3+
The portable runtime for Flutter apps.
4+
long_description: |-
5+
The Flutter engine, written primarily in C++, provides the low-level rendering support using Google's Skia or Impeller graphics library.
6+
It also handles platform-specific integration, such as accessibility, file and network I/O, and the plugin architecture.
7+
Most developers interact with Flutter through the [framework][], which provides a modern, reactive framework, and a rich set of platform, layout, and foundation widgets.
8+
9+
[framework]: /resources/architectural-overview#the-framework
10+
related_links:
11+
- text: "Architectural overview: The Engine"
12+
link: "/resources/architectural-overview#the-engine"
13+
type: "doc"
14+
- text: "Engine repository"
15+
link: "https://github.com/flutter/engine"
16+
type: "code"
17+
labels:
18+
- "engine"
19+
- "architecture"
20+
121
- term: "Hot reload"
222
short_description: |-
323
A Flutter feature that allows you to inject updated code into

0 commit comments

Comments
 (0)