Skip to content

Commit

Permalink
Fix link reference as well
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Oct 20, 2024
1 parent beba805 commit bfa732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/platform-integration/android/platform-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit bfa732f

Please sign in to comment.