Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

53 lines (39 loc) · 1.54 KB

1.0.0

  • Android 14 support by song011794: PR #12
  • Add auto enter parameter to setAutoPipMode by af-ffr: PR #8
  • Add AspectRatio record type.
  • Update README.md to inlcude updated videos of new features.
  • Actions code refactor to pass flutter static analysis.
  • Dependencies updated.
  • Refactor example app.

0.8.0

0.7.1

  • Pubspec file mini-fix

0.7.0

  • Automatic pip method implemented for Android S.
  • Bugfix: Issue #2

0.6.0

  • Callback enabling process simplified:

    • Kotlin PipCallbackHelperActivityWrapper added
    • Example app updated to show the new wrapper usage
    • Readme instructions update
  • Pip Widget parameters added:

    • child widget is used if builder is null
    • pipChild widget is used if pipBuilder is null

0.5.1

  • Initial release bugfix:
    • README fixed
    • SDK min version fixed

0.5.0

  • Initial development release:
    • SimplePip class added with features:
      • isPipAvailable
      • isPipActivated
      • enterPipMode
      • callbacks
    • PipWidget widget added with features:
      • builder
      • pipBuilder
      • callbacks
    • Kotlin PipCallbackHelper class added