flutter_pip_view 0.0.2
flutter_pip_view: ^0.0.2 copied to clipboard
A reusable, production-ready Picture-in-Picture (PiP) floating view engine for Flutter. Turn any widget into a draggable, resizable, edge-snapping floating window with a few lines of code.
0.0.2 #
- Fixed repository links so screenshots and the demo GIF actually show up on pub.dev.
0.0.1 #
Initial release.
- Floating Picture-in-Picture window you can drag, resize, and snap to an edge.
- Minimize to a small bubble, expand back with a tap.
- Tap to go fullscreen, with a separate widget for fullscreen content if you want one.
- Smooth animations, haptic feedback, and a frosted-glass control bar.
- Keyboard support and accessible labels out of the box.
- Closing the window properly disposes its content — nothing keeps running in the background.
- Fully customizable: size, colors, buttons, and callbacks for every action.
- Comes with tests and a full example app.