Skip to content

Commit

Permalink
Document platform view constraint (#10445)
Browse files Browse the repository at this point in the history
This has been the case since flutter 3.0 but did not appear to be
documented.

Related to flutter/flutter#147210



## Presubmit checklist

- [x] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.
  • Loading branch information
reidbaker committed Apr 23, 2024
1 parent d238822 commit d0c780e
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 @@ -23,7 +23,7 @@ see [Hosting native iOS views][].

[Hosting native iOS views]: /platform-integration/ios/platform-views

Flutter supports two modes:
Flutter supports two modes starting at api 23:
Hybrid composition and virtual displays.

Which one to use depends on the use case.
Expand Down

0 comments on commit d0c780e

Please sign in to comment.