Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 705 Bytes

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 705 Bytes

[1.0.3] Monday, 6 February, 2021

  • Solve possible crushes on android, "An operation is not implemented" #3
  • Breaking change, Remove constructor and implement static methods:
    // To enter FullScreenMode.EMERSIVE_STICKY, 
    await FullScreen.enterFullScreen(FullScreenMode.EMERSIVE_STICKY);
    // To exit fullscreen mode
    await FullScreen.exitFullScreen();
  • Migrate to null safety

[1.0.2] Monday, 6 February, 2021

  • Add iOS support #1

[1.0.1] Monday, 21 September, 2020

  • add documentation comments

[1.0.0] Monday, 21 September, 2020

  • First version