simple_pip_mode 1.0.0 simple_pip_mode: ^1.0.0 copied to clipboard
A complete Picture-In-Picutre mode plugin (Android support only)
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 #
- Pip Actions implemented by Erick Daros: PR #6.
0.7.1 #
- Pubspec file mini-fix
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
- SimplePip class added with features: