floating 1.0.0
floating: ^1.0.0 copied to clipboard
Picture in Picture mode management for Flutter. Available only for Android since web and iOS does not natively support such mode.
1.0.0 #
- BREAKING: Floating class does not have static members anymore. It should be instantiated before use and dispose afterwards with
dispose(). - BREAKING: Name changes:
- from
isInPipModetopipStatus. It also returns one ofPiPStatusenum values rather than abool. - from
enablePip()toenable(). It also returns one ofPiPStatusenum values rather than abool.
- from
- Added a
pipStatus$stream that notifies listeners about changes in the current PiP status. - Added a
PiPSwitcherwidget that renders proper widgets for current PiP status.
0.1.1 #
- Updated docs
0.1.0 #
- Null-safety migration
- Added tests
- Added docs
0.0.1 #
- Checking if device supports PiP mode
- Checking current PiP status
- Enabling PiP