- 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
- Add iOS support #1
- add documentation comments
- First version