bostrot / flutter_android_pip

Simple Flutter plugin for Android picture in picture mode.
MIT License
14 stars 14 forks source link
flutter pip plugin

flutter_android_pip

Android PiP for Flutter. Works on Android SDK > 24 include in your AndroidManifest.xml activity:

androidandroid:resizeableActivity="true"
android:supportsPictureInPicture="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|smallestScreenSize|orientation"

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.