Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

60 lines (44 loc) · 1.98 KB

1.1.0

  • Fix namespace issue and add a new media action preset by kmartins: PR #21
  • Add deprecation warning to PipWidget.builder and PipWidget.pipBuilder parameters. They will be removed in v2.0.0.
  • Refactor native code method dispatcher to separate methods for each method call.
  • Update README.md to include new features and deprecation warning.

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