Unverified Commit 49cce984 authored by Chris Yang's avatar Chris Yang Committed by GitHub

add documentation: conic path clipping not supported for UIKitView (#35063)

parent 9f285aa9
......@@ -184,6 +184,7 @@ class AndroidView extends StatefulWidget {
}
// TODO(amirh): describe the embedding mechanism.
// TODO(ychris): remove the documentation for conic path not supported once https://github.com/flutter/flutter/issues/35062 is resolved.
/// Embeds an iOS view in the Widget hierarchy.
///
/// {@macro flutter.rendering.platformView.preview}
......@@ -199,6 +200,9 @@ class AndroidView extends StatefulWidget {
///
/// Construction of UIViews is done asynchronously, before the UIView is ready this widget paints
/// nothing while maintaining the same layout constraints.
///
/// If a conic path clipping is applied to a UIKitView,
/// a quad path is used to approximate the clip due to limitation of Quartz.
class UiKitView extends StatefulWidget {
/// Creates a widget that embeds an iOS view.
///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment