From 23fbddc89161dec4357f70a398f55da043f190c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Fri, 24 Oct 2025 13:20:26 -0700 Subject: [PATCH] Format Dart code sample --- src/content/resources/architectural-overview.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/resources/architectural-overview.md b/src/content/resources/architectural-overview.md index ebf819b4c65..11c1ea39268 100644 --- a/src/content/resources/architectural-overview.md +++ b/src/content/resources/architectural-overview.md @@ -1000,7 +1000,8 @@ if (defaultTargetPlatform == TargetPlatform.android) { ); } return Text( - '$defaultTargetPlatform is not yet supported by the maps plugin'); + '$defaultTargetPlatform is not yet supported by the maps plugin', +); ``` Communicating with the native code underlying the `AndroidView` or `UiKitView`