flutter_in_app_pip 1.2.0
flutter_in_app_pip: ^1.2.0 copied to clipboard
A Flutter Package to easily implement in-app pip in a flutter application.
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