From bfa732f7d86364a54646953d13bd339c396ac6ea Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Sun, 20 Oct 2024 17:02:52 -0500 Subject: [PATCH] Fix link reference as well --- src/content/platform-integration/android/platform-views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/platform-integration/android/platform-views.md b/src/content/platform-integration/android/platform-views.md index c89f2464a3..5b507c3e37 100644 --- a/src/content/platform-integration/android/platform-views.md +++ b/src/content/platform-integration/android/platform-views.md @@ -40,7 +40,7 @@ SurfaceFlinger composes the Flutter content and the platform views. * `-` FPS of application will be lower. * `-` Certain transformations that can be applied to Flutter widgets will not work when applied to platform views. -## [Texture Layer](#texturelayerhybridcompisition) (or Texture Layer Hybrid Composition) +## [Texture Layer](#texturelayerhybridcomposition) (or Texture Layer Hybrid Composition) Platform Views are rendered into a texture. Flutter draws the platform views (via the texture).