• Dan Field's avatar
    Add example for locking screen orientation in a letterboxing environment (#131266) · efa69ba9
    Dan Field authored
    Android may choose to letterbox applications that lock orientation. This gets particularly bad on foldable devices, where a developer may want to lock orientation when the devices is folded and unlock when unfolded. However, if the app is letterboxed when unfolded, the `MediaQuery.of(context).size` will never report the full display size, only the letterboxed window size. This may result in an application getting "stuck" in portrait mode.
    
    /cc @TytaniumDev
    efa69ba9
binding.dart 51.1 KB