fl_pip 3.2.1
fl_pip: ^3.2.1 copied to clipboard
A picture-in-picture plugin for android and ios that can display any flutter view
3.2.1 #
- Update gradle version
- Optimize background music playback on iOS backend
3.1.0 #
- Breaking changes , Please refer to the example
- Fix the error when calling plug-in methods in Pip mode
- Modify some configuration parameters of Android and iOS
- Modified examples and some documents
- When the app enters the background, the picture in picture still cannot work properly on iOS
2.0.0 #
- Add the
PiPStatusInfoclass and add theisCreateNewEngineandisEnabledWhenBackgroundfor the current pip - Fixed
disable()not working in android whencreateNewEngine=true - Change the
isActive()return parameter toPiPStatusInfo
1.0.0 #
- Removed
FlPiP().enableWithEngine - Add
createNewEngine、enabledWhenBackgroundtoFlPiPConfig()
0.1.1 #
- Fixed ios gesture conflicts
- Added the method for creating an engine
- Added a system-level window for android
0.0.1 #
- TODO: Describe initial release.