Flutter Gems is a curated list of 6000+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Picture-in-picture packages
Last updated: November 15, 2024
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
Dart 3 compatible 👍 197
Maintenance Status: Good
Picture in Picture mode management for Flutter. Available only for Android.
simple_pip_mode
Dart 3 compatible 👍 49
Maintenance Status: Good
A complete Picture-In-Picutre mode plugin (Android support only)
fl_pip
Dart 3 compatible 👍 43
Maintenance Status: Good
A picture-in-picture plugin for android and ios that can display any flutter view
flutter_in_app_pip
Dart 3 compatible 👍 35
Maintenance Status: Good
A Flutter Package to easily implement in-app pip in a flutter application.
pip_view
Dart 3 compatible 👍 177
Maintenance Status: Poor
Widget to allow the presentation of a widget below a floating one.
flutter_floatwing
Dart 3 compatible 👍 80
Maintenance Status: Poor
A Flutter plugin that makes it easier to make floating/overlay window for Android with pure Flutter.
pip_flutter
👍 56
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
Maintenance Status: Poor
A widget for creating a YouTube like Picture-In-Picture interface in Flutter.