File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,15 @@ support for customizing or creating entirely new visual components.
6565
6666### Fast results
6767
68- Flutter is fast. It's powered by the same hardware-accelerated 2D graphics
69- library that underpins Chrome and Android: [ Skia] . We architected Flutter to
68+ Flutter is fast. It's powered by hardware-accelerated 2D graphics
69+ libraries like [ Skia] (that underpins Chrome and Android) and
70+ [ Impeller] . We architected Flutter to
7071support glitch-free, jank-free graphics at the native speed of your device.
72+
7173Flutter code is powered by the world-class [ Dart platform] , which enables
72- compilation to 32-bit and 64-bit ARM machine code for iOS and Android, as well
73- as JavaScript for the web and Intel x64 for desktop devices.
74+ compilation to 32-bit and 64-bit ARM machine code for iOS and Android,
75+ JavaScript and WebAssembly for the web, as well as Intel x64 and ARM
76+ for desktop devices.
7477
7578<p align =" center " ><img src =" https://github.com/flutter/website/blob/main/src/assets/images/docs/homepage/dart-diagram-small.png?raw=true " alt =" Dart diagram " ></p >
7679
@@ -118,3 +121,4 @@ Information on how to get started can be found in our
118121[ Windows FFI ] : https://docs.flutter.dev/development/platform-integration/windows/building#integrating-with-windows
119122[ platform channels ] : https://docs.flutter.dev/development/platform-integration/platform-channels
120123[ interop example ] : https://github.com/flutter/flutter/tree/master/examples/platform_channel
124+ [ Impeller ] : https://docs.flutter.dev/perf/impeller
You can’t perform that action at this time.
0 commit comments