duytq94 / flutter-intro-slider

Simple and configurable app introduction slider for Flutter
https://pub.dartlang.org/packages/intro_slider
MIT License
677 stars 141 forks source link

fullscreen with shouldHideStatusBar: true #69

Closed aemsoftwarearacatuba closed 4 years ago

aemsoftwarearacatuba commented 4 years ago

When checking the StatusBar: true parameter, the status bars did not show, but the image was not fullscreen. What can I do to adjust the image to fullsreen? Tks

duytq94 commented 4 years ago

When you set shouldHideStatusBar: true the StatusBar will hide and then your image will fullsceen.

Check my Custom config example code for details.

custom