You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/flutter/lib/src/widgets/platform_view.dart
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -202,8 +202,6 @@ class AndroidView extends StatefulWidget {
202
202
// TODO(ychris): remove the documentation for conic path not supported once https://github.com/flutter/flutter/issues/35062 is resolved.
203
203
/// Embeds an iOS view in the Widget hierarchy.
204
204
///
205
-
/// {@macro flutter.rendering.RenderUiKitView}
206
-
///
207
205
/// Embedding iOS views is an expensive operation and should be avoided when a Flutter
208
206
/// equivalent is possible.
209
207
///
@@ -216,6 +214,7 @@ class AndroidView extends StatefulWidget {
216
214
/// Construction of UIViews is done asynchronously, before the UIView is ready this widget paints
217
215
/// nothing while maintaining the same layout constraints.
218
216
///
217
+
/// Clipping operations on a UiKitView can result slow performance.
219
218
/// If a conic path clipping is applied to a UIKitView,
220
219
/// a quad path is used to approximate the clip due to limitation of Quartz.
0 commit comments