Last updated:
0 purchases
flutter android pip
flutter_android_pip #
Android PiP for Flutter. Works on Android SDK > 24 include in your AndroidManifest.xml activity:
android:resizeableActivity="true"
android:supportsPictureInPicture="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|
layoutDirection|fontScale|screenLayout|density|smallestScreenSize|orientation"
copied to clipboard
Usage #
Start PiP on compatible devices:
FlutterAndroidPip.enterPictureInPictureMode();
copied to clipboard
Getting Started #
For help getting started with Flutter, view our online
documentation.
For help on editing plugin code, view the documentation.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.