I'm building an application in flutter whose layout is not scrollable, which makes it difficult to use in split screen mode.Is there a way to restrict split screen mode in flutter?
You should add
android:resizeableActivity="false"
in the androidManifest.xml file.
You should workaround for iOS in the swift native way in Runner folder
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With