From 8e66c53f3dd4919c5f0dc73b29a37597066397c7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaitsev Date: Mon, 29 Apr 2019 15:50:44 +0300 Subject: [PATCH] Fix the documentation for UiKitView#creationParams (#31619) It looks like the documentation for UiKitView has been copy-pasted from AndroidView or so. This PR fixes the word 'Android' to 'iOS' for the `creationParams`. --- packages/flutter/lib/src/widgets/platform_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/platform_view.dart b/packages/flutter/lib/src/widgets/platform_view.dart index 5d2aedc558..2b947ac1a6 100644 --- a/packages/flutter/lib/src/widgets/platform_view.dart +++ b/packages/flutter/lib/src/widgets/platform_view.dart @@ -232,7 +232,7 @@ class UiKitView extends StatefulWidget { /// Passed as the `arguments` argument of [-\[FlutterPlatformViewFactory createWithFrame:viewIdentifier:arguments:\]](/objcdoc/Protocols/FlutterPlatformViewFactory.html#/c:objc(pl)FlutterPlatformViewFactory(im)createWithFrame:viewIdentifier:arguments:) /// - /// This can be used by plugins to pass constructor parameters to the embedded Android view. + /// This can be used by plugins to pass constructor parameters to the embedded iOS view. final dynamic creationParams; /// The codec used to encode `creationParams` before sending it to the