From 356b958f666b6f34c807ced5fa8635e2eb32308a Mon Sep 17 00:00:00 2001 From: Tim Sneath Date: Wed, 27 May 2020 10:07:05 -0700 Subject: [PATCH] Update platform_view.dart (#57516) --- packages/flutter/lib/src/rendering/platform_view.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter/lib/src/rendering/platform_view.dart b/packages/flutter/lib/src/rendering/platform_view.dart index 1638cfd3e6..52d5211cdf 100644 --- a/packages/flutter/lib/src/rendering/platform_view.dart +++ b/packages/flutter/lib/src/rendering/platform_view.dart @@ -231,10 +231,10 @@ class RenderAndroidView extends RenderBox with _PlatformViewGestureMixin { /// A render object for an iOS UIKit UIView. /// /// {@template flutter.rendering.platformView.preview} -/// Embedding UIViews is still in release preview, to enable the preview for an iOS app add a boolean +/// Embedding UIViews is still preview-quality. To enable the preview for an iOS app add a boolean /// field with the key 'io.flutter.embedded_views_preview' and the value set to 'YES' to the /// application's Info.plist file. A list of open issued with embedding UIViews is available on -/// [Github](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22a%3A+platform-views%22+label%3A%22%E2%8C%BA%E2%80%AC+platform-ios%22) +/// [Github](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22a%3A+platform-views%22+label%3Aplatform-ios+sort%3Acreated-asc) /// {@endtemplate} /// /// [RenderUiKitView] is responsible for sizing and displaying an iOS