Skip to content

Commit 5ca9e04

Browse files
authored
Format Dart code sample (#12595)
1 parent f3d9d70 commit 5ca9e04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/resources/architectural-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,8 @@ if (defaultTargetPlatform == TargetPlatform.android) {
10001000
);
10011001
}
10021002
return Text(
1003-
'$defaultTargetPlatform is not yet supported by the maps plugin');
1003+
'$defaultTargetPlatform is not yet supported by the maps plugin',
1004+
);
10041005
```
10051006

10061007
Communicating with the native code underlying the `AndroidView` or `UiKitView`

0 commit comments

Comments
 (0)