Last updated:
0 purchases
flutter ajanuw android pip
flutter_ajanuw_android_pip #
Set picture-in-picture mode on Android
<activity
android:resizeableActivity="true"
android:supportsPictureInPicture="true"
...
copied to clipboard
see: https://developer.android.com/guide/topics/ui/picture-in-picture
Install #
dependencies:
flutter_ajanuw_android_pip:
copied to clipboard
use #
import 'package:flutter_ajanuw_android_pip/flutter_ajanuw_android_pip.dart';
FlutterAndroidPip.pip();
// or
FlutterAndroidPip.pip(aspectRatio: PipRational(1, 1));
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.