Flutter Gems is a curated list of 7250+ useful Dart & Flutter packages that are categorized based on functionality.

Discord Medium LinkedIn X

Top Flutter Picture-in-picture packages

Last updated: May 18, 2026

Picture-in-Picture (PiP) allows users to minimize a video or active call into a small floating window, enabling them to multitask in other apps without losing sight of the content.

Best Practices for Picture-in-Picture

  • OS Support Constraints: PiP is heavily restricted by Android and iOS. Your app must declare PiP support in its manifest/plist, and it is generally only permitted for apps that play video or host video calls.
  • State Transitions: When the app enters PiP mode, the OS aggressively resizes your UI. Hide all controls, navigation bars, and chat overlays, leaving only the raw video stream visible.
  • Restore State: When the user taps the PiP window to restore the app to full screen, ensure you smoothly transition back to the standard UI without restarting the video.

The complete list of Flutter packages that support Picture-in-Picture (PiP) and floating windows is provided below.


floating Card Image
floating
👍 267   ⬇️ 12.8K
Dart 3 compatible
Maintenance Status: Average

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

pip_view
👍 201   ⬇️ 3.4K
Dart 3 compatible
Maintenance Status: Poor

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

flutter_floatwing Card Image
flutter_floatwing
👍 89   ⬇️ 78
Dart 3 compatible
Maintenance Status: Good

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

flutter_in_app_pip
👍 61   ⬇️ 3.6K
Dart 3 compatible
Maintenance Status: Good

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

simple_pip_mode Card Image
simple_pip_mode
👍 58   ⬇️ 4.2K
Dart 3 compatible
Maintenance Status: Average

A complete Picture-In-Picutre mode plugin (Android support only)

fl_pip
👍 57   ⬇️ 350
Dart 3 compatible
Maintenance Status: Good

A picture-in-picture plugin for android and ios that can display any flutter view

pip
👍 37   ⬇️ 1.1K
Dart 3 compatible
Maintenance Status: Average

A plugin for Picture in Picture.

pip_plugin
👍 20   ⬇️ 3
Dart 3 compatible
Maintenance Status: Good

Flutter plugin for displaying customizable text overlays in Picture-in-Picture mode across all platforms.

floating_view Card Image
floating_view
👍 18   ⬇️ 93
Dart 3 compatible
Maintenance Status: Average

A plugin to achieve youtube collapsing window behavior.

pip_flutter
👍 60   ⬇️ 122

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   ⬇️ 16

Maintenance Status: Poor

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