flutter_android_pip 0.0.2 copy "flutter_android_pip: ^0.0.2" to clipboard
flutter_android_pip: ^0.0.2 copied to clipboard

Simple Picture in picture mode (PiP) for Flutter on Android with SDK >24.

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"

Usage #

Start PiP on compatible devices:

FlutterAndroidPip.enterPictureInPictureMode();

Getting Started #

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

For help on editing plugin code, view the documentation.

17
likes
20
points
23
downloads

Publisher

verified publisherbostrot.com

Weekly Downloads

Simple Picture in picture mode (PiP) for Flutter on Android with SDK >24.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_android_pip