simple_pip_mode
A complete Picture-In-Picutre mode plugin (Android support only)
1.1.0
31K downloads/mo
#1834 most downloaded on pub.dev
PuntitOwO/simple_pip_mode_flutter
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 4 months to 1.8 years
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
8 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Feb 2022 to Jan 2025Releases
latest 8-
1.1.023 Jan 2025Release notes
Open source →I forgot to add
v1.0.0as a release here... so:What's Changed (Since v0.8.0)
- feat: add parameter auto enter to setAutoPipMode by @af-ffr in #8
- feat: Android 14 Supported by @song011794 in #12
- chore: update README.md to include videos by @PuntitOwO in #18
- feat: add media with seek action and fix actions name by @kmartins in #21
New Contributors
- @af-ffr made their first contribution in #8
- @song011794 made their first contribution in #12
- @kmartins made their first contribution in #21
Full Changelog: v0.8.0...v1.1.0
Release notes
Open source →- Fix namespace issue and add a new media action preset by kmartins: PR #21
- Add deprecation warning to
PipWidget.builderandPipWidget.pipBuilderparameters. 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.001 Oct 2024Release notes
Open source →- Android 14 support by song011794: PR #12
- Add auto enter parameter to
setAutoPipModeby af-ffr: PR #8 - Add
AspectRatiorecord 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.020 Dec 2022Release notes
Open source →What's Changed
- Implement PIP Actions by @erickdaros in #6
New Contributors
- @erickdaros made their first contribution in #6
Full Changelog: v0.7.0...v0.8.0
-
0.7.119 Jul 2022 -
0.7.019 Jul 2022 -
0.6.017 Feb 2022Release notes
Open source →-
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.116 Feb 2022 -
0.5.016 Feb 2022Release notes
Open source →- 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:
- Initial development release: