Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 890 Bytes

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 890 Bytes

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 the isCreateNewEngine and isEnabledWhenBackground for the current pip
  • Fixed disable() not working in android when createNewEngine=true
  • Change the isActive() return parameter to PiPStatusInfo

1.0.0

  • Removed FlPiP().enableWithEngine
  • Add createNewEngineenabledWhenBackground to FlPiPConfig()

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.