Flutter Gems

Browse 4900+ useful Dart & Flutter packages that are neatly categorized!

Subscribe Medium LinkedIn Twitter

Top Flutter Picture-in-picture packages

Last updated: March 25, 2023

Picture-in-picture or PiP is a special type of multi-window mode mostly used for video playback. It lets the user watch a video in a small window pinned to a corner of the screen while navigating between apps or browsing content on the main screen. PiP leverages the multi-window APIs to provide the pinned video overlay window. To add PiP to your app, you need to register your activities that support PiP, switch your activity to PiP mode as needed, and make sure UI elements are hidden and video playback continues when the activity is in PiP mode. The PiP window appears in the topmost layer of the screen, in a corner chosen by the user (default by system).

The complete list of Flutter packages that can be used to add Picture-in-picture or PiP mode to your Flutter app is provided below.


pip_view Card Image
pip_view
Null safety 👍 97
Maintenance Status: Good

Widget to allow the presentation of a widget below a floating one.

floating Card Image
floating
Null safety 👍 97
Maintenance Status: Good

Picture in Picture mode management for Flutter. Available only for Android.

flutter_floatwing Card Image
flutter_floatwing
Null safety 👍 51
Maintenance Status: Good

A Flutter plugin that makes it easier to make floating/overlay window for Android with pure Flutter.

flutter_in_app_pip
Null safety 👍 6
Maintenance Status: Good

A Flutter Package to easily implement in-app pip in a flutter application.

pip_flutter Card Image
pip_flutter
Null safety 👍 38
Maintenance Status: Average

A new Flutter Picture in Picture Package for android.When app is running in foregorund that time also app not kill.

easy_pip
👍 39
Maintenance Status: Poor

A widget for creating a YouTube like Picture-In-Picture interface in Flutter.