The Rant
Flutter engine
Submitted by anonymous » Wed 08-Sep-2021, 00:10Subject Area: General | 4 member ratings |
|
The heart of Flutter lies in the Flutter engine. Flutter engineThe engine is written mainly in C++ and supports all Flutter primitives. It is responsible for rendering composited scenes when a new frame is needed to be painted. It implements Flutter's core API at a low level, which includes graphics (throughSkia), text layout and file and network I/O. Accessibility support. Plugin architecture.
4 Comments