- 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.
- Pip Actions implemented by Erick Daros: PR #6.
- Pubspec file mini-fix
- Automatic pip method implemented for Android S.
- Bugfix: Issue #2
-
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
- Initial release bugfix:
- README fixed
- SDK min version fixed
- Initial development release:
- SimplePip class added with features:
- isPipAvailable
- isPipActivated
- enterPipMode
- callbacks
- PipWidget widget added with features:
- builder
- pipBuilder
- callbacks
- Kotlin PipCallbackHelper class added
- SimplePip class added with features: