flutter_in_app_pip 1.5.0 flutter_in_app_pip: ^1.5.0 copied to clipboard
A Flutter Package to easily implement in-app pip in a flutter application.
1.5.0 #
- Minor Fixes.
1.4.0 #
- 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.0 #
- 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.0 #
- Removed unnecessary Navigator that was behaving as root navigator.
- Added NavigatablePiPWidget which allows navigation inside the PiP Window.
1.1.0 #
- 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.0 #
- Initial Release