Flutter-GPU.md: Fix spelling (flutter/engine#57216)

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
Brett Morgan 2024-12-17 06:26:19 +11:00 committed by GitHub
parent 262b472592
commit 00ea54f1fd

View File

@ -1,4 +1,4 @@
**Flutter GPU** is a low level graphics API that ships as a package in the Flutter SDK. Flutter GPU enables you to build arbitrary renderers from stratch using just Dart and GLSL. No native platform code required.
**Flutter GPU** is a low level graphics API that ships as a package in the Flutter SDK. Flutter GPU enables you to build arbitrary renderers from scratch using just Dart and GLSL. No native platform code required.
> [!Warning]
> - Flutter GPU is in an early preview state and does not guarantee API stability.