android_pip 2.0.0
android_pip: ^2.0.0 copied to clipboard
A Picture-In-Picutre mode plugin for Android, allowing developers to easily provide PIP capabilities in their app, with support for PIP callbacks.
1.0.0 #
- Initial release.
1.0.1 #
- Updated readme.
1.0.2 #
- Updated License.
1.1.0 #
- Added support for Android 14.
1.2.0 #
- BREAKING CHANGE!!
- Differentiated between onPipMaximised(when App is opened from PIP) and onPipExited(when PIP is closed)
- Added useStack parameter (beta, defaults to true). Try setting it to false if the default doesn't work for you.
1.2.1 #
- Added better plugin description and fixed docs.
2.0.0 #
- Made it easier to implement callbacks.
- BREAKING CHANGE!