fl_pip 3.2.0 fl_pip: ^3.2.0 copied to clipboard
A picture-in-picture plugin for android and ios that can display any flutter view
3.2.0 #
- Update gradle version
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
PiPStatusInfo
class and add theisCreateNewEngine
andisEnabledWhenBackground
for 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
、enabledWhenBackground
toFlPiPConfig()
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.