flutter_in_app_pip
A Flutter Package to easily implement in-app pip in a flutter application.
1.7.5
3.8K downloads/mo
#4241 most downloaded on pub.dev
harshitverma209/flutter_in_app_pip
What this package is like to depend on
Last release 5 months ago
11 Mar 2026
Release timing varies
gaps range from 2 weeks to 1.6 years
Nearly every release is documented
notes for 13 of 13 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
13 releases · first in 2022
1 release in the last 12 months
see the full history below
Release timeline
13 releases · Dec 2022 to Mar 2026
2023
2024
2025
2026
Releases
latest 13-
1.7.511 Mar 2026 -
1.7.413 Aug 2024Release notes
Open source →PiPMaterialApp.routeris now stable.- Added repository link and homepage.
- Added newly introduced
MaterialAppparameters toPiPMaterialAppandPiPMaterialApp.router.
-
1.7.322 May 2023 -
1.7.219 May 2023 -
1.7.119 May 2023 -
1.7.019 May 2023Release notes
Open source →- Upgraded package to Flutter 3.7.3.
- Added all updated parameters from MaterialApp to PiPMaterialApp.
- Added PiPMaterialApp.router(experimental) for usage of Go Router and similar navigator v2 packages.
-
1.6.027 Dec 2022Release notes
Open source →- Added ability to make the PIP non-movable. Use
movable:falseinPIPParams. - Added ability to make the pip resizable(via pinch in/out). Use
resizable:trueinpipParams. Additionally, you can also specify the minSize and maxSize for the PIP window. - Added ability to specify the initial corner for the PIP Window.
- Added ability to make the PIP non-movable. Use
-
1.5.027 Dec 2022 -
1.4.027 Dec 2022Release notes
Open source →- Fixed a major bug where turning pip on/off or updating it caused the whole MaterialApp to rebuild.
- Fixed a bug where in some cases, updatePipParams was giving 'markNeedsRebuild' error.
-
1.3.016 Dec 2022Release notes
Open source →- Added ability to set borders to which pip window can be dragged.
- Added pipParams instead of pipWindowHeight and pipWindowWidth and added more parameters(customizability).
-
1.2.015 Dec 2022Release notes
Open source →- Removed unnecessary Navigator that was behaving as root navigator.
- Added NavigatablePiPWidget which allows navigation inside the PiP Window.
-
1.1.003 Dec 2022Release notes
Open source →- Added ability to use builder in PiPMaterialApp.
- Fixed a major bug where clicks near the boundary were not getting recognized in pip.
- Added borderRadius and elevation parameters to PiPWidget.
- Updated ReadMe.
-
1.0.001 Dec 2022