floating 1.1.2 copy "floating: ^1.1.2" to clipboard
floating: ^1.1.2 copied to clipboard

outdated

Picture in Picture mode management for Flutter. Available only for Android.

1.1.2 #

  • Bump Kotlin to 1.8.0

1.1.1+1 #

  • Fix showcase GIF link

1.1.1 #

  • Fix java.lang.RuntimeException caused by an uninitialized Timer

1.1.0 #

  • Add custom aspect ratio support

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 isInPipMode to pipStatus. It also returns one of PiPStatus enum values rather than a bool.
    • from enablePip() to enable(). It also returns one of PiPStatus enum values rather than a bool.
  • Added a pipStatus$ stream that notifies listeners about changes in the current PiP status.
  • Added a PiPSwitcher widget 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
228
likes
0
points
10.9k
downloads

Publisher

verified publisherwrbl.xyz

Weekly Downloads

Picture in Picture mode management for Flutter. Available only for Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on floating