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

Re-enable status bar on disposal #52

Closed mcoolidge closed 4 years ago

duytq94 commented 5 years ago

Thanks for your contribution but I tested and it does not bring the status bar back when navigating to a new screen.

mcoolidge commented 5 years ago

Thats strange, it worked when I referenced it from my project. Are you using the example project or something else?

duytq94 commented 5 years ago

I switched to your branch and run the example but nothing happens when I navigate to a new screen. The issue happens on both iOS and Android. You can test by running the example on your branch. Btw, my new screen is wrapped by Scaffold, I'm not sure if it affects this problem.