Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 16830a4

Browse files
committed
add system ui adjustment documentation
1 parent bae2588 commit 16830a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/url_launcher/url_launcher/lib/url_launcher.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Future<bool> launch(
7373
message: 'To use webview or safariVC, you need to pass'
7474
'in a web URL. This $urlString is not a web URL.');
7575
}
76+
/// true so that ui is automatically computed if statusBarBrightness is set
7677
bool previousAutomaticSystemUiAdjustment = true;
7778
if (statusBarBrightness != null &&
7879
defaultTargetPlatform == TargetPlatform.iOS) {

0 commit comments

Comments
 (0)