Flutter Gems is a curated list of 6700+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Picture-in-picture packages
Last updated: January 26, 2025
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.
![floating Card Image](/media-cards/floating.png)
floating
👍 213 ⬇️ 7.7K
Dart 3 compatibleMaintenance Status: Good
Picture in Picture mode management for Flutter. Available only for Android.
pip_view
👍 183 ⬇️ 2.8K
Dart 3 compatibleMaintenance Status: Poor
Widget to allow the presentation of a widget below a floating one.
flutter_floatwing
👍 83 ⬇️ 58
Dart 3 compatibleMaintenance Status: Poor
A Flutter plugin that makes it easier to make floating/overlay window for Android with pure Flutter.
![simple_pip_mode Card Image](/media-cards/simple_pip_mode.png)
simple_pip_mode
👍 52 ⬇️ 1.2K
Dart 3 compatibleMaintenance Status: Good
A complete Picture-In-Picutre mode plugin (Android support only)
flutter_in_app_pip
👍 47 ⬇️ 1.9K
Dart 3 compatibleMaintenance Status: Good
A Flutter Package to easily implement in-app pip in a flutter application.
fl_pip
👍 48 ⬇️ 451
Dart 3 compatibleMaintenance Status: Good
A picture-in-picture plugin for android and ios that can display any flutter view
pip_flutter
👍 56 ⬇️ 41
Maintenance Status: Poor
A new Flutter Picture in Picture Package for android.When app is running in foregorund that time also app not kill.
easy_pip
👍 39 ⬇️ 30
Maintenance Status: Poor
A widget for creating a YouTube like Picture-In-Picture interface in Flutter.