We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72aa3f9 commit 2b8b773Copy full SHA for 2b8b773
example/ios/Flutter/AppFrameworkInfo.plist
@@ -21,6 +21,6 @@
21
<key>CFBundleVersion</key>
22
<string>1.0</string>
23
<key>MinimumOSVersion</key>
24
- <string>9.0</string>
+ <string>11.0</string>
25
</dict>
26
</plist>
example/ios/Runner/Info.plist
@@ -43,5 +43,7 @@
43
</array>
44
<key>UIViewControllerBasedStatusBarAppearance</key>
45
<false/>
46
+ <key>CADisableMinimumFrameDurationOnPhone</key>
47
+ <true/>
48
49
0 commit comments