flutter_in_app_pip 1.6.0 copy "flutter_in_app_pip: ^1.6.0" to clipboard
flutter_in_app_pip: ^1.6.0 copied to clipboard

outdated

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

1.6.0 #

  • Added ability to make the PIP non-movable. Use movable:false in PIPParams.
  • Added ability to make the pip resizable(via pinch in/out). Use resizable:true in pipParams. Additionally, you can also specify the minSize and maxSize for the PIP window.
  • Added ability to specify the initial corner for the PIP Window.

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
56
likes
0
points
3.82k
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_in_app_pip